Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Feb 3, 2025
1 parent 971b086 commit 657bd3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const styles = {
justifyContent: 'space-between',
alignItems: title ? 'center' : 'flex-start',
display: 'flex',
columnGap: '$4',
columnGap: title ? '$4' : '$6',
gap: title ? undefined : '$2',
position: 'relative',
cursor: pointer ? 'pointer' : 'auto',

Expand Down

0 comments on commit 657bd3f

Please sign in to comment.