feat: enhance UI components and update build configuration

This commit is contained in:
2025-09-29 12:31:59 -06:00
parent 9c49f46ee7
commit cb3f7fb701
8 changed files with 125 additions and 70 deletions

View File

@@ -100,7 +100,7 @@ const markRecipe = ({ semanticColorNames }: MarkRecipeArg) => {
),
defaultVariants: {
color: 'primary',
variant: 'highlight'
variant: 'bold'
}
})
}