Skip to content

Commit

Permalink
feat(avatar): add 2xl size
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaubree committed Aug 16, 2023
1 parent 39baef8 commit 09f6713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/avatar/avatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const avatar = {
'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',
} as Record<Size, string>,
chip: {
base: 'absolute block rounded-full ring-1 ring-white dark:ring-dark-500',
Expand Down

0 comments on commit 09f6713

Please # to comment.