fix: text color

This commit is contained in:
Sukma Gladys 2024-09-04 16:12:22 +07:00
parent 144bf6de1c
commit f4e98fd813
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ export function ForgotPasswordForm() {
>
Forgot Password
</h1>
<p className="text-sm">
<p className="text-sm text-muted-foreground">
No worries, we'll send you reset instructions
</p>
</div>

View File

@ -221,7 +221,7 @@ export function ResetPasswordForm() {
>
Change Password
</h1>
<p className="text-sm">Enter your new password</p>
<p className="text-sm text-muted-foreground">Enter your new password</p>
</div>
<Form {...form}>
<form