⚡️ feat: add new size in avatar
This commit is contained in:
parent
239df3661e
commit
d943423780
@ -58,6 +58,9 @@ export const avatarTheme = tv(
|
|||||||
44: {
|
44: {
|
||||||
base: ['rounded-xl', 'h-[44px]', 'w-[44px]', 'text-sm'],
|
base: ['rounded-xl', 'h-[44px]', 'w-[44px]', 'text-sm'],
|
||||||
},
|
},
|
||||||
|
48: {
|
||||||
|
base: ['rounded-xl', 'h-[48px]', 'w-[48px]', 'text-sm'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
defaultVariants: {
|
defaultVariants: {
|
||||||
|
Loading…
Reference in New Issue
Block a user