We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f3f02 commit c1f1a7cCopy full SHA for c1f1a7c
packages/clerk-js/src/ui/elements/Actions.tsx
@@ -61,7 +61,7 @@ export const Action = (props: ActionProps) => {
61
theme => ({
62
flex: '1',
63
borderRadius: 0,
64
- gap: theme.space.$4,
+ gap: theme.space.$5,
65
padding: `${theme.space.$3x5} ${theme.space.$6}`,
66
justifyContent: 'flex-start',
67
}),
0 commit comments