refactor: update border radius from sm to md in UI components

This commit is contained in:
2026-04-30 16:31:21 -06:00
parent 2f60ca328a
commit 2e96108767
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const chipRecipe = ({ semanticColorNames }: ChipRecipeArg) => {
justifyContent: 'center',
gap: 'xs',
lineHeight: '1',
borderRadius: 'sm',
borderRadius: 'md',
fontWeight: 'semibold',
lineHeightStep: 'none',
userSelect: 'none'