🎨 style: remove width and height icon style from tag size

This commit is contained in:
Wahyu Kurniawan 2024-03-08 10:36:14 +07:00
parent 65b66fe383
commit de197759de
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -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: [],
},
},
},