mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
fix(Button): wrong avatar size with block prop
This commit is contained in:
@@ -59,7 +59,6 @@ export default (options: Required<ModuleOptions>) => ({
|
|||||||
block: {
|
block: {
|
||||||
true: {
|
true: {
|
||||||
base: 'w-full justify-center',
|
base: 'w-full justify-center',
|
||||||
leadingAvatarSize: 'xs',
|
|
||||||
trailingIcon: 'ms-auto'
|
trailingIcon: 'ms-auto'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user