fix(signin): border color

This commit is contained in:
hamster1963 2024-11-22 09:58:53 +08:00
parent a4f641a3dd
commit 60f6df50af

View File

@ -67,13 +67,13 @@ export function SignIn() {
)}
<p className="text-base font-semibold">{t("SignInMessage")}</p>
<input
className="px-1 border-[1px] rounded-[5px]"
className="px-1 border-[1px] rounded-[5px] border-stone-300 dark:border-stone-800"
name="password"
type="password"
/>
</label>
<button
className="px-1.5 py-0.5 w-fit flex items-center gap-1 text-sm font-semibold rounded-[8px] border bg-card hover:brightness-95 transition-all text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none"
className="px-1.5 py-0.5 w-fit flex items-center gap-1 text-sm font-semibold border-stone-300 dark:border-stone-800 rounded-[8px] border bg-card hover:brightness-95 transition-all text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none"
disabled={loading}
>
{t("Submit")}