Skip to content

Commit

Permalink
fix(clerk-js): Update Spinner size
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Oct 10, 2023
1 parent 2394bf8 commit 9efbefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/src/ui/elements/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Action = (props: ActionProps) => {
sx={theme => ({ flex: `0 0 ${theme.sizes.$11}` })}
>
{status.isLoading ? (
<Spinner size='sm' />
<Spinner size='xs' />
) : (
<Icon
elementDescriptor={iconElementDescriptor}
Expand Down

0 comments on commit 9efbefb

Please sign in to comment.