Skip to content

Commit c1f1a7c

Browse files
committed
fix(clerk-js): Tweak options spacing in organization switcher
1 parent a6f3f02 commit c1f1a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/src/ui/elements/Actions.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Action = (props: ActionProps) => {
6161
theme => ({
6262
flex: '1',
6363
borderRadius: 0,
64-
gap: theme.space.$4,
64+
gap: theme.space.$5,
6565
padding: `${theme.space.$3x5} ${theme.space.$6}`,
6666
justifyContent: 'flex-start',
6767
}),

0 commit comments

Comments
 (0)