🎨 style: remove width and height icon style from tag size
This commit is contained in:
parent
65b66fe383
commit
de197759de
@ -36,11 +36,11 @@ export const tagTheme = tv(
|
|||||||
size: {
|
size: {
|
||||||
sm: {
|
sm: {
|
||||||
wrapper: ['px-2', 'py-2'],
|
wrapper: ['px-2', 'py-2'],
|
||||||
icon: ['h-4', 'w-4'],
|
icon: [],
|
||||||
},
|
},
|
||||||
xs: {
|
xs: {
|
||||||
wrapper: ['px-2', 'py-1'],
|
wrapper: ['px-2', 'py-1'],
|
||||||
icon: ['h-3', 'w-3'],
|
icon: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user