From 5ac606d8e6196f5b6e8768fb06afadb2c7436469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Thu, 12 Sep 2024 17:54:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20Button=20component=EC=9D=98=20isFull=20=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Design/components/Button/Button.tsx | 4 ++-- .../components/Design/components/Button/Button.type.ts | 1 - client/src/components/NumberKeyboard/NumberKeyboard.tsx | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/client/src/components/Design/components/Button/Button.tsx b/client/src/components/Design/components/Button/Button.tsx index 37ec95ce9..3b8896a1c 100644 --- a/client/src/components/Design/components/Button/Button.tsx +++ b/client/src/components/Design/components/Button/Button.tsx @@ -23,13 +23,13 @@ const animationSize = (size: ButtonSize) => { }; export const Button: React.FC = forwardRef(function Button( - {variants = 'primary', size = 'medium', disabled, isFull = false, children, ...htmlProps}: ButtonProps, + {variants = 'primary', size = 'medium', disabled, children, ...htmlProps}: ButtonProps, ref, ) { const {theme} = useTheme(); return ( - - -