Skip to content

Commit 363e8f2

Browse files
committed
fix: credentials alert styles change for better visibility
1 parent 4f0bfd5 commit 363e8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/Auth/SignInForm/SignInForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const SignInForm: React.FC<SignInFormProps> = ({ providers, labels, onSig
5959
)}
6060
</div>
6161

62-
<Alert variant="default" className="flex flex-col gap-2">
62+
<Alert variant="destructive" className="flex flex-col gap-2">
6363
To sign in to the demo, you can use the following credentials:
6464
<Typography variant="small">
6565
username: jane@example.com

0 commit comments

Comments
 (0)