Skip to content

Commit 64fd300

Browse files
Expand margin below confirm password input
Co-authored-by: Mike Shi <[email protected]>
1 parent 2a130a5 commit 64fd300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/AuthPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default function AuthPage({ action }: { action: 'register' | 'login' }) {
185185
data-test-id="form-confirm-password"
186186
id="confirmPassword"
187187
type="password"
188-
className="border-0"
188+
className="border-0 mb-2"
189189
onKeyUp={updateConfirmPassword}
190190
{...form.confirmPassword}
191191
/>

0 commit comments

Comments
 (0)