Skip to content

Commit

Permalink
fix(avatar): replace 2xl size by xl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaubree committed Aug 16, 2023
1 parent 4dcd166 commit c41eec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/avatar/avatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export const avatar = {
'sm': 'h-8 w-8 text-xs',
'md': 'h-10 w-10 text-sm',
'lg': 'h-12 w-12 text-base',
'xl': 'h-14 w-14 text-lg',
'2xl': 'h-18.75 w-18.75 text-lg',
'xl': 'h-18.75 w-18.75 text-lg',
} as Record<Size, string>,
chip: {
base: 'absolute block rounded-full ring-1 ring-white dark:ring-dark-500',
Expand Down

0 comments on commit c41eec2

Please # to comment.