Skip to content

Commit

Permalink
fix(Button): wrong avatar size with block prop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 16, 2025
1 parent 3fc2210 commit ba1dd13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default (options: Required<ModuleOptions>) => ({
block: {
true: {
base: 'w-full justify-center',
leadingAvatarSize: 'xs',
trailingIcon: 'ms-auto'
}
},
Expand Down

0 comments on commit ba1dd13

Please sign in to comment.