From 10b21b3d1c750681ec36bfae65c1265653041e19 Mon Sep 17 00:00:00 2001 From: Ilja Date: Fri, 4 Feb 2022 16:53:21 +0200 Subject: [PATCH] Adjust styles --- wallets/react-wallet-v2/src/components/AccountCard.tsx | 3 ++- wallets/react-wallet-v2/src/components/PageHeader.tsx | 2 +- wallets/react-wallet-v2/src/containers/GlobalLayout.tsx | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) 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