Skip to content

Commit

Permalink
decrease icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Dec 4, 2024
1 parent bc9563b commit 8a22bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Badge( {
{ context !== 'neutral' && (
<Icon
icon={ contextBasedIcon() }
size={ 20 }
size={ 16 }
fill="currentColor"
/>
) }
Expand Down

0 comments on commit 8a22bfd

Please sign in to comment.