feat: enhance input recipe with size variants and improve styling

This commit is contained in:
2025-09-27 14:05:26 -06:00
parent eb37e1ab1e
commit 1b44a46ae9
2 changed files with 42 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ const buttonRecipe = ({ semanticColorNames }: ButtonRecipeArg) => {
paddingBlock: 'xs',
paddingInline: 'sm',
cursor: 'pointer',
transition: 'all',
transitionProperty: 'color, background-color, border-color',
transitionDuration: 'normal',
transitionTimingFunction: 'easeOut'
},