️ feat: add new size in avatar

This commit is contained in:
Wahyu Kurniawan 2024-02-27 20:39:16 +07:00
parent 239df3661e
commit d943423780
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -58,6 +58,9 @@ export const avatarTheme = tv(
44: {
base: ['rounded-xl', 'h-[44px]', 'w-[44px]', 'text-sm'],
},
48: {
base: ['rounded-xl', 'h-[48px]', 'w-[48px]', 'text-sm'],
},
},
},
defaultVariants: {