diff --git a/src/App.js b/src/App.js index 4d35627..fdd927e 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React, { Suspense, useState } from 'react'; -import { makeStyles } from '@material-ui/core'; +import { makeStyles, List, ListItem } from '@material-ui/core'; import CssBaseline from '@material-ui/core/CssBaseline'; import useMediaQuery from '@material-ui/core/useMediaQuery'; import { @@ -108,10 +108,10 @@ function PageContents() { const useStyles = makeStyles(() => ({ walletButton: { + width: '100%', padding: '16px', '&:hover': { cursor: 'pointer', - background: '#f7f7f7', }, }, })); @@ -138,63 +138,68 @@ function WalletSuggestionDialog({ open, onClose }) { {' '} or Solflare. -
{ - window.location = 'https://phantom.app/'; - }} - > -
- -
-
- + +
{ + window.location = 'https://phantom.app/'; }} > - Phantom - -
-
-
{ - window.location = 'https://solflare.com/'; - }} - className={classes.walletButton} - style={{ display: 'flex' }} - > -
- -
-
- + +
+
+ + Phantom + +
+
+ + +
{ + window.location = 'https://solflare.com/'; }} + className={classes.walletButton} + style={{ display: 'flex' }} > - Solflare - -
-
- +
+ +
+
+ + Solflare + +
+ + +