mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-12-31 12:46:47 +00:00
🎨 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: {
|
||||
sm: {
|
||||
wrapper: ['px-2', 'py-2'],
|
||||
icon: ['h-4', 'w-4'],
|
||||
icon: [],
|
||||
},
|
||||
xs: {
|
||||
wrapper: ['px-2', 'py-1'],
|
||||
icon: ['h-3', 'w-3'],
|
||||
icon: [],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user