From f970b91d7d83ca5dbcf158fe88a2d779236bc610 Mon Sep 17 00:00:00 2001 From: Ilja Date: Wed, 9 Feb 2022 17:06:55 +0200 Subject: [PATCH] footer responsivness --- wallets/react-wallet-v2/src/components/Layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wallets/react-wallet-v2/src/components/Layout.tsx b/wallets/react-wallet-v2/src/components/Layout.tsx index 3861698..a8aa1b1 100644 --- a/wallets/react-wallet-v2/src/components/Layout.tsx +++ b/wallets/react-wallet-v2/src/components/Layout.tsx @@ -37,6 +37,7 @@ export default function Layout({ children, initialized }: Props) { alignItems: initialized ? 'normal' : 'center', borderRadius: 0, outline: 'none', + paddingBottom: 5, '@xs': { borderRadius: '$lg', height: '95vh', @@ -62,7 +63,8 @@ export default function Layout({ children, initialized }: Props) {