Skip to content

Commit

Permalink
fixed padding around password prompt on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Dec 4, 2024
1 parent 17f6ba8 commit de8fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de8fd81

Please sign in to comment.