Skip to content

Commit

Permalink
fix: align the size of the small avatar to the other icons
Browse files Browse the repository at this point in the history
  • Loading branch information
afspeirs committed Mar 16, 2024
1 parent fef29ab commit 592dcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { classNames } from '@/utils/classNames';
import type { AvatarIconProps } from './types';

export const avatarSizes = {
icon: 'size-8 -m-1',
icon: 'size-6',
normal: 'size-10',
large: 'size-40 text-8xl',
} as const;
Expand Down

0 comments on commit 592dcf2

Please sign in to comment.