Skip to content

Commit

Permalink
fix missing border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbence committed Jul 10, 2024
1 parent 2bcf2a0 commit bc5d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Default = {
alignItems: 'center',
gap: 8,
padding: 16,
borderRadius: borderRadius('rounded'),
borderRadius: borderRadius(8),
background: color('neutral', 10),
cursor: 'pointer',
}}
Expand Down

0 comments on commit bc5d52f

Please sign in to comment.