Skip to content

Commit

Permalink
fix: change gap size
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-kleszcz committed Jul 31, 2023
1 parent df389ec commit a9fa70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Label/Label.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const config = {
color: 'content-primary',
display: 'flex',
alignItems: 'flex-start',
gap: 'component-gap-medium',
gap: 'component-gap-xSmall',
tooltip: {
color: 'content-secondary',
display: 'flex',
Expand Down

0 comments on commit a9fa70b

Please sign in to comment.