From 2394bf857573f42ec014c3ad53175095ff3b2961 Mon Sep 17 00:00:00 2001 From: Vaggelis Yfantis Date: Mon, 9 Oct 2023 17:12:43 +0300 Subject: [PATCH] feat(clerk-js): Increase icon and spinner size for ArrowBlockButton component --- packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx b/packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx index c43d410959..696408c5ce 100644 --- a/packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx +++ b/packages/clerk-js/src/ui/elements/ArrowBlockButton.tsx @@ -73,7 +73,7 @@ export const ArrowBlockButton = (props: ArrowBlockButtonProps) => { ({ flex: `0 0 ${theme.space.$4}` })} + sx={theme => ({ flex: `0 0 ${theme.space.$5}` })} > {isLoading ? ( { sx={[ theme => ({ color: theme.colors.$blackAlpha600, - width: theme.sizes.$4, + width: theme.sizes.$5, position: 'absolute', }), leftIconSx,