Skip to content

Commit 70678a9

Browse files
committed
Fix button hover style
1 parent 14ef16e commit 70678a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freebuff/web/src/components/sign-in/sign-in-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function SignInButton({
5353
<Button
5454
onClick={handleSignIn}
5555
disabled={isPending}
56-
className="flex items-center gap-2 w-full bg-zinc-900 border border-zinc-700 text-white hover:border-acid-matrix/60 hover:shadow-[0_0_20px_rgba(124,255,63,0.15)] transition-all duration-300"
56+
className="flex items-center gap-2 w-full bg-zinc-900 border border-zinc-700 text-white hover:bg-zinc-800 hover:border-acid-matrix/60 hover:shadow-[0_0_20px_rgba(124,255,63,0.15)] transition-all duration-300"
5757
>
5858
{isPending ? (
5959
<Icons.loader className="mr-2 size-4 animate-spin" />

0 commit comments

Comments
 (0)