Skip to content

Commit 24cfa43

Browse files
committed
fix: button size
1 parent 1c14e68 commit 24cfa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/signin/signin-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function SignInButton({ providerId }: { providerId: string }) {
4747
disabled={isLoading}
4848
>
4949
{isLoading ? (
50-
<Loader2 className="text-muted-foreground size-12 animate-spin" />
50+
<Loader2 className="text-muted-foreground size-4 animate-spin" />
5151
) : (
5252
<>
5353
{isOktaProvider && <OktaIcon className="size-4 shrink-0" />}

0 commit comments

Comments
 (0)