refactor: update border radius from sm to md in UI components
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ const chipRecipe = ({ semanticColorNames }: ChipRecipeArg) => {
|
||||
justifyContent: 'center',
|
||||
gap: 'xs',
|
||||
lineHeight: '1',
|
||||
borderRadius: 'sm',
|
||||
borderRadius: 'md',
|
||||
fontWeight: 'semibold',
|
||||
lineHeightStep: 'none',
|
||||
userSelect: 'none'
|
||||
|
||||
Reference in New Issue
Block a user