From 0e3404ba8607575bef1b921e7dce8ba6820a1ac9 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 31 Jan 2024 22:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20avatar=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/IconAvatar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IconAvatar/index.tsx b/src/IconAvatar/index.tsx index 229d4b1..8977633 100644 --- a/src/IconAvatar/index.tsx +++ b/src/IconAvatar/index.tsx @@ -5,7 +5,7 @@ import { IconType } from '@/types'; export interface IconAvatarProps extends Omit { Icon: IconType; - background: string; + background?: string; color?: string; iconClassName?: string; iconMultiple?: number;