Skip to content

Commit

Permalink
fix button border
Browse files Browse the repository at this point in the history
  • Loading branch information
Zishan-7 committed Sep 17, 2024
1 parent af046f9 commit 70706f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onboarding/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Login() {
'bg-transparent !border !border-outline text-white px-4 py-4 focus:!border-foreground-1',
formFieldInputShowPasswordButton: 'text-foreground-2',
formButtonPrimary:
'bg-transparent text-secondary after:!bg-none after:border py-3 after:border-secondary hover:bg-content1 hover:border hover:border-focus hover:text-focus',
'!border bg-transparent text-secondary after:!bg-none after:border py-3 after:border-secondary hover:bg-content1 hover:border hover:border-focus hover:text-focus',
footer: 'hidden',
footerAction: 'bg-content1',
otpCodeFieldInput: '!border !border-outline text-white',
Expand Down
2 changes: 1 addition & 1 deletion src/onboarding/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Register() {
'bg-transparent !border !border-outline text-white px-4 py-4 focus:!border-foreground-1',
formFieldInputShowPasswordButton: 'text-foreground-2',
formButtonPrimary:
'bg-transparent text-secondary after:!bg-none after:border py-3 after:border-secondary hover:bg-content1 hover:border hover:border-focus hover:text-focus',
'!border bg-transparent text-secondary after:!bg-none after:border py-3 after:border-secondary hover:bg-content1 hover:border hover:border-focus hover:text-focus',
footer: 'hidden',
footerAction: 'bg-content1',
otpCodeFieldInput: '!border !border-outline text-white',
Expand Down

0 comments on commit 70706f3

Please sign in to comment.