From 03bf00ccab519571200c749218e4dbc4877f0d5d Mon Sep 17 00:00:00 2001 From: marshall <99344331+marshall2112@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:53:34 -0400 Subject: [PATCH] Adjust space between balance and dropdown --- apps/dapp/src/components/Pages/Core/NewUI/HomeInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dapp/src/components/Pages/Core/NewUI/HomeInput.tsx b/apps/dapp/src/components/Pages/Core/NewUI/HomeInput.tsx index be1cd1e8a..00fccb9f2 100644 --- a/apps/dapp/src/components/Pages/Core/NewUI/HomeInput.tsx +++ b/apps/dapp/src/components/Pages/Core/NewUI/HomeInput.tsx @@ -221,6 +221,7 @@ const InputTokenWrapper = styled.div` p { font-size: 1.25rem; margin-top: 0.55rem; + margin-bottom: -0.11rem; } `;