From 557301d59a622b19708787179abeee9be3917701 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Mon, 29 Sep 2025 14:28:02 -0600 Subject: [PATCH] fix: button font-weight --- src/recipes/button.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recipes/button.ts b/src/recipes/button.ts index 92b2c31..044ad20 100644 --- a/src/recipes/button.ts +++ b/src/recipes/button.ts @@ -26,6 +26,7 @@ const buttonRecipe = ({ semanticColorNames }: ButtonRecipeArg) => { transitionProperty: 'color, background-color, border-color', transitionDuration: 'normal', transitionTimingFunction: 'easeOut', + fontWeight: 'semibold', _disabled: { cursor: 'not-allowed', _hover: {