Skip to content

Commit

Permalink
馃悰 fix: fix avatar type
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 31, 2024
1 parent a6c443c commit 0e3404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IconAvatar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { IconType } from '@/types';

export interface IconAvatarProps extends Omit<FlexboxProps, 'children'> {
Icon: IconType;
background: string;
background?: string;
color?: string;
iconClassName?: string;
iconMultiple?: number;
Expand Down

0 comments on commit 0e3404b

Please sign in to comment.