diff --git a/src/components/ConnectWallet/ConnectWalletDialog.tsx b/src/components/ConnectWallet/ConnectWalletDialog.tsx index 3f46866d6..d21518c08 100644 --- a/src/components/ConnectWallet/ConnectWalletDialog.tsx +++ b/src/components/ConnectWallet/ConnectWalletDialog.tsx @@ -38,7 +38,6 @@ const StyledButtonContents = styled(Column)` ` const StyledMainButton = styled(Button)` - background-color: ${({ theme }) => theme.container}; border-radius: ${({ theme }) => theme.borderRadius * 0.75}em; height: 200px; padding: 22px; @@ -50,7 +49,6 @@ const StyledMainButtonRow = styled(Row)` ` const StyledSmallButton = styled(Button)` - background-color: ${({ theme }) => theme.container}; border-radius: ${({ theme }) => theme.borderRadius * 0.75}em; height: 88px; padding: 16px; @@ -161,7 +159,7 @@ function WalletConnectButton({ walletName, logoSrc, connection: wcTileConnection }) return ( - + + ) @@ -184,7 +182,7 @@ function MetaMaskButton({ walletName, logoSrc, onClick }: ButtonProps) { function NoWalletButton() { return ( - window.open(NO_WALLET_HELP_CENTER_URL)}> + window.open(NO_WALLET_HELP_CENTER_URL)}> {`I don't have a wallet`}