We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ef16e commit 70678a9Copy full SHA for 70678a9
freebuff/web/src/components/sign-in/sign-in-button.tsx
@@ -53,7 +53,7 @@ export function SignInButton({
53
<Button
54
onClick={handleSignIn}
55
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"
+ 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"
57
>
58
{isPending ? (
59
<Icons.loader className="mr-2 size-4 animate-spin" />
0 commit comments