fix: class typo
This commit is contained in:
parent
223583b217
commit
2ada355062
|
|
@ -5,7 +5,7 @@ export { default as AvatarImage } from './AvatarImage.vue'
|
|||
export { default as AvatarFallback } from './AvatarFallback.vue'
|
||||
|
||||
export const avatarVariant = cva(
|
||||
'inline-flex items-center justify-center font-normal text-foregorund select-none shrink-0 bg-secondary overflow-hidden',
|
||||
'inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden',
|
||||
{
|
||||
variants: {
|
||||
size: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user