Skip to content

Commit

Permalink
fix: avatar class typo (#97)
Browse files Browse the repository at this point in the history
* fix: class typo

* fix: same typo different file
  • Loading branch information
MuhammadM1998 authored Oct 2, 2023
1 parent 1d678d9 commit e0cecc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/lib/registry/default/ui/avatar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/lib/registry/new-york/ui/avatar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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-muted overflow-hidden',
'inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-muted overflow-hidden',
{
variants: {
size: {
Expand Down

0 comments on commit e0cecc3

Please sign in to comment.