Skip to content

Commit 0e3404b

Browse files
authored
🐛 fix: fix avatar type
1 parent a6c443c commit 0e3404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IconAvatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IconType } from '@/types';
55

66
export interface IconAvatarProps extends Omit<FlexboxProps, 'children'> {
77
Icon: IconType;
8-
background: string;
8+
background?: string;
99
color?: string;
1010
iconClassName?: string;
1111
iconMultiple?: number;

0 commit comments

Comments
 (0)