diff --git a/packages/ui/Button/style.css.ts b/packages/ui/Button/style.css.ts index 2943075..3db3d4a 100644 --- a/packages/ui/Button/style.css.ts +++ b/packages/ui/Button/style.css.ts @@ -11,6 +11,7 @@ export const root = style({ border: 'none', cursor: 'pointer', fontWeight: 600, + minWidth: 'max-content', }); const sprinkleProperties = defineProperties({