Skip to content

Commit c362b57

Browse files
committed
fix row gap
1 parent c5066bd commit c362b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ const Confirmation = React.forwardRef<HTMLDivElement, ConfirmationProps>(
481481
sx={t => ({
482482
display: 'flex',
483483
flexDirection: 'column',
484-
rowGap: t.space.$8,
484+
rowGap: t.space.$6,
485485
outline: 'none',
486486
willChange: 'transform',
487487
position: 'absolute',

0 commit comments

Comments
 (0)