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.
1 parent 1c14e68 commit 24cfa43Copy full SHA for 24cfa43
src/app/signin/signin-button.tsx
@@ -47,7 +47,7 @@ export function SignInButton({ providerId }: { providerId: string }) {
47
disabled={isLoading}
48
>
49
{isLoading ? (
50
- <Loader2 className="text-muted-foreground size-12 animate-spin" />
+ <Loader2 className="text-muted-foreground size-4 animate-spin" />
51
) : (
52
<>
53
{isOktaProvider && <OktaIcon className="size-4 shrink-0" />}
0 commit comments