From e4790e01b6874f997d0d2e32d379e557157b5aa2 Mon Sep 17 00:00:00 2001 From: seorinn Date: Mon, 11 May 2026 15:39:41 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20[TA-209]=20ButtonActive=20=EB=B9=84?= =?UTF-8?q?=ED=99=9C=EC=84=B1=20=EC=83=81=ED=83=9C=EC=97=90=EC=84=9C=20onC?= =?UTF-8?q?lick=20=ED=98=B8=EC=B6=9C=20=EC=B0=A8=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ButtonActive/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ButtonActive/index.tsx b/src/components/ButtonActive/index.tsx index d096b68..63f7712 100644 --- a/src/components/ButtonActive/index.tsx +++ b/src/components/ButtonActive/index.tsx @@ -9,6 +9,7 @@ export default function ButtonActive({ activation, onClick, text }: Props) { From a42c280502056968e42d69a4a41dbdaf2c479e33 Mon Sep 17 00:00:00 2001 From: seorinn Date: Mon, 11 May 2026 15:41:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20[TA-209]=20ButtonActive=20=EB=B9=84?= =?UTF-8?q?=ED=99=9C=EC=84=B1=20=EC=83=81=ED=83=9C=EC=97=90=EC=84=9C?= =?UTF-8?q?=EB=8F=84=20onClick=20=ED=98=B8=EC=B6=9C=EB=90=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ButtonActive/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ButtonActive/index.tsx b/src/components/ButtonActive/index.tsx index 63f7712..1c78d6a 100644 --- a/src/components/ButtonActive/index.tsx +++ b/src/components/ButtonActive/index.tsx @@ -7,8 +7,8 @@ interface Props { export default function ButtonActive({ activation, onClick, text }: Props) { return (