From 24f5e9eaabfeffa12aa424e98757a3995d1eb186 Mon Sep 17 00:00:00 2001 From: ghdtjgus76 Date: Mon, 10 Jun 2024 13:00:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20button=20=ED=83=80=EC=9E=85=20style?= =?UTF-8?q?=EB=A1=9C=20=EB=84=A4=EC=9D=B4=EB=B0=8D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/types/button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wow-ui/src/types/button.ts b/packages/wow-ui/src/types/button.ts index a5d71572..08999669 100644 --- a/packages/wow-ui/src/types/button.ts +++ b/packages/wow-ui/src/types/button.ts @@ -33,7 +33,7 @@ export interface BasicButtonProps { * wow-ds에서 지정하고 있는 스타일을 제외하고 사용자가 React 스타일 객체를 이용하여 커스텀하게 스타일을 적용할 수 있도록 합니다. */ - customStyle?: CSSProperties; + style?: CSSProperties; /** * 버튼이 클릭되었을때 호출되는 함수입니다.