Skip to content

Commit

Permalink
feat(clerk-js): Increase icon and spinner size for ArrowBlockButton c…
Browse files Browse the repository at this point in the history
…omponent
  • Loading branch information
octoper committed Oct 9, 2023
1 parent 3f597a6 commit 2394bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ArrowBlockButton = (props: ArrowBlockButtonProps) => {
<Flex
as='span'
center
sx={theme => ({ flex: `0 0 ${theme.space.$4}` })}
sx={theme => ({ flex: `0 0 ${theme.space.$5}` })}
>
{isLoading ? (
<Spinner
Expand All @@ -89,7 +89,7 @@ export const ArrowBlockButton = (props: ArrowBlockButtonProps) => {
sx={[
theme => ({
color: theme.colors.$blackAlpha600,
width: theme.sizes.$4,
width: theme.sizes.$5,
position: 'absolute',
}),
leftIconSx,
Expand Down

0 comments on commit 2394bf8

Please sign in to comment.