From de8fd816e6cca0ebb2e45f963e3d978c9607b730 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 4 Dec 2024 09:29:19 -0500 Subject: [PATCH] fixed padding around password prompt on desktop --- src/routes/Landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Landing.tsx b/src/routes/Landing.tsx index 098aa86..106afd2 100644 --- a/src/routes/Landing.tsx +++ b/src/routes/Landing.tsx @@ -100,7 +100,7 @@ export default function Landing() { fontWeight="medium" textAlign="center" color="text80" - paddingX="8" + paddingX={isMobile ? '8' : undefined} style={{ marginBottom: '-16px' }} > Enter your password to continue and unlock your wallet