diff --git a/wallets/react-wallet-v2/src/components/AccountCard.tsx b/wallets/react-wallet-v2/src/components/AccountCard.tsx index 8904d08..68a27ed 100644 --- a/wallets/react-wallet-v2/src/components/AccountCard.tsx +++ b/wallets/react-wallet-v2/src/components/AccountCard.tsx @@ -18,7 +18,8 @@ export default function AccountCard({ name, logo, rgb, address }: Props) { borderColor: `rgba(${rgb}, 0.6)`, boxShadow: `0 0 10px 0 rgba(${rgb}, 0.1)`, marginBottom: '$6', - overflowY: 'hidden' + overflowY: 'hidden', + minHeight: '70px' }} > diff --git a/wallets/react-wallet-v2/src/containers/GlobalLayout.tsx b/wallets/react-wallet-v2/src/containers/GlobalLayout.tsx index 6023d65..2b15174 100644 --- a/wallets/react-wallet-v2/src/containers/GlobalLayout.tsx +++ b/wallets/react-wallet-v2/src/containers/GlobalLayout.tsx @@ -48,8 +48,6 @@ export default function GlobalLayout({ children }: Props) { > {initialized ? ( - Header - {children} Footer