From d5fa0d0e241016e6bd89714e1d266685bc17aaa2 Mon Sep 17 00:00:00 2001 From: IsaccoSordo Date: Wed, 11 Sep 2024 16:38:47 +0200 Subject: [PATCH] fix: styling --- .../src/components/top-wallets/index.tsx | 64 ++++++++++--------- .../beacon-ui/src/components/wallet/index.tsx | 2 +- .../alert/components/pairing-alert/index.tsx | 2 +- 3 files changed, 35 insertions(+), 33 deletions(-) diff --git a/packages/beacon-ui/src/components/top-wallets/index.tsx b/packages/beacon-ui/src/components/top-wallets/index.tsx index 88e22ab63..c8d86289c 100644 --- a/packages/beacon-ui/src/components/top-wallets/index.tsx +++ b/packages/beacon-ui/src/components/top-wallets/index.tsx @@ -18,26 +18,32 @@ const TopWallets: React.FC = (props: TopWalletsProps) => { const enableBugReport = localStorage ? localStorage.getItem(StorageKey.ENABLE_METRICS) : 'false' return ( -
-
-

Connect Wallet

- {enableBugReport === 'true' ? ( - - Do you wish to report a bug?{' '} - - Click here - + +

Connect Wallet

+ {enableBugReport === 'true' ? ( + + Do you wish to report a bug?{' '} + + Click here - ) : ( - - If you don't have a wallet, you can select a provider and create one now.{' '} - - Learn more - - - )} -
- + + ) : ( + + If you don't have a wallet, you can select a provider and create one now.{' '} + Learn more + + )} + {props.wallets.map((wallet) => ( = (props: TopWalletsProps) => { /> ))} {props.otherWallets && ( -
-
+ +

Other Wallets

See other wallets you can use to connect

-
-
+ + Other Wallet 1 - Other Wallet 2 + Other Wallet 2 Other Wallet 3 -
-
+
+
)} -
+ ) } diff --git a/packages/beacon-ui/src/components/wallet/index.tsx b/packages/beacon-ui/src/components/wallet/index.tsx index a107bfae3..2441129fb 100644 --- a/packages/beacon-ui/src/components/wallet/index.tsx +++ b/packages/beacon-ui/src/components/wallet/index.tsx @@ -14,7 +14,7 @@ interface WalletProps { const Wallet: React.FC = (props: WalletProps) => { return ( - +