Skip to content

Commit

Permalink
fix button icon css (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCotare authored Oct 21, 2024
1 parent 34174e7 commit c87a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
buttonIcon: {
base: 'inline-block rounded-full outline-1 outline-offset-2 focus:outline',
icon: {
base: 'fill-current inline-block flex items-center',
base: 'fill-current block',
size: {
[Size.Sm]: 'w-5 h-5',
[Size.Md]: 'w-6 h-6',
Expand Down

0 comments on commit c87a6e9

Please sign in to comment.