Skip to content

Commit

Permalink
fix: give more margin to Continue button in extension mode, closes #4423
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 27, 2023
1 parent 0095ebc commit 8d61e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/request-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr
disabled={isRunning || !!error}
aria-busy={isRunning}
onClick={submit}
mt="space.05"
mt={['space.11', 'space.05']}
>
Continue
</LeatherButton>
Expand Down

0 comments on commit 8d61e93

Please sign in to comment.