From ba1dd13173835c9b72b862eb9f875a8cd79c5604 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 16 Jan 2025 16:49:43 +0100 Subject: [PATCH] fix(Button): wrong avatar size with `block` prop --- src/theme/button.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme/button.ts b/src/theme/button.ts index 9ce5d190c4..f2b24f5bcb 100644 --- a/src/theme/button.ts +++ b/src/theme/button.ts @@ -59,7 +59,6 @@ export default (options: Required) => ({ block: { true: { base: 'w-full justify-center', - leadingAvatarSize: 'xs', trailingIcon: 'ms-auto' } },