Skip to content

Commit

Permalink
fix distorted small button icon (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele authored Dec 1, 2023
1 parent e2f5c07 commit 1ffe6f4
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 align-top',
base: 'fill-current inline-block flex items-center',
size: {
[Size.Sm]: 'w-5 h-5',
[Size.Md]: 'w-6 h-6',
Expand Down

0 comments on commit 1ffe6f4

Please sign in to comment.