From 441fd8b3570313e315a300ec95994de5ff9d143b Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Wed, 1 Apr 2026 18:13:12 +0800 Subject: [PATCH] ud --- components/Icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icons.tsx b/components/Icons.tsx index 1bdbd93..e0728ef 100644 --- a/components/Icons.tsx +++ b/components/Icons.tsx @@ -1,5 +1,5 @@ type IconProps = { - size?: number; + size?: number | string; color?: string; } export const IconTranslate = ({size = 24, color = '#333333'}: IconProps) => {