From a98c253f723d0e04b3d57ff9ad8acc7023fb68b7 Mon Sep 17 00:00:00 2001 From: Doeunnkimm Date: Sat, 20 Jul 2024 02:30:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20size=20prop=EC=9D=80=20number=EB=A7=8C?= =?UTF-8?q?=20=EB=B0=9B=EB=8F=84=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/sds/src/components/Icon/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/sds/src/components/Icon/types.ts b/packages/core/sds/src/components/Icon/types.ts index 0f5dd460..72bf7369 100644 --- a/packages/core/sds/src/components/Icon/types.ts +++ b/packages/core/sds/src/components/Icon/types.ts @@ -1,4 +1,4 @@ export interface IconAssetProps { color?: string; - size?: number | string; + size?: number; }