We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81c9214 + e935bed commit e27b72aCopy full SHA for e27b72a
src/page/user/login/form.tsx
@@ -48,7 +48,7 @@ export function LoginForm({ className, children, ...props }: IProps) {
48
const [isLoading, setIsLoading] = useState(false);
49
const [usePassword, setUsePassword] = useState(false);
50
const linkClass =
51
- 'text-sm hover:underline dark:text-[#60a5fa] underline-offset-2';
+ 'text-sm hover:underline dark:text-[#60a5fa] text-[#107bfa] underline-offset-2';
52
53
const emailForm = useForm<z.infer<typeof emailFormSchema>>({
54
resolver: zodResolver(emailFormSchema),
0 commit comments