Merge branch 'feat/refresh' into feat/reveal-password

This commit is contained in:
Lucas Smith
2023-09-20 12:13:31 +10:00
committed by GitHub
28 changed files with 2330 additions and 128 deletions

View File

@ -92,7 +92,7 @@ export const PasswordForm = ({ className }: PasswordFormProps) => {
onSubmit={handleSubmit(onFormSubmit)}
>
<div>
<Label htmlFor="password" className="text-slate-500">
<Label htmlFor="password" className="text-muted-foreground">
Password
</Label>
@ -126,7 +126,7 @@ export const PasswordForm = ({ className }: PasswordFormProps) => {
</div>
<div>
<Label htmlFor="repeated-password" className="text-slate-500">
<Label htmlFor="repeated-password" className="text-muted-foreground">
Repeat Password
</Label>