From 062c2fbf7f345b82b3d9151f63827f62a30d93f8 Mon Sep 17 00:00:00 2001 From: Kristie Huang Date: Tue, 9 Aug 2022 10:39:41 -0700 Subject: [PATCH] fix: use container color for button (#132) --- src/components/ConnectWallet/ConnectWalletDialog.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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`}