Skip to content

Commit

Permalink
Expand margin below confirm password input
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Shi <[email protected]>
  • Loading branch information
jaggederest and MikeShi42 authored Nov 18, 2023
1 parent 2a130a5 commit 64fd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/AuthPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function AuthPage({ action }: { action: 'register' | 'login' }) {
data-test-id="form-confirm-password"
id="confirmPassword"
type="password"
className="border-0"
className="border-0 mb-2"
onKeyUp={updateConfirmPassword}
{...form.confirmPassword}
/>
Expand Down

0 comments on commit 64fd300

Please sign in to comment.