From 4e0d632881089ad8d192db0e16716348feed29ec Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 20 Jan 2024 02:43:44 +0900 Subject: [PATCH] =?UTF-8?q?style:=20UX=20=EB=9D=BC=EC=9D=B4=ED=8C=85=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Target/components/CompleteButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Target/components/CompleteButton/index.tsx b/src/Target/components/CompleteButton/index.tsx index d5dc9204..b6630ade 100644 --- a/src/Target/components/CompleteButton/index.tsx +++ b/src/Target/components/CompleteButton/index.tsx @@ -10,7 +10,7 @@ function CompleteButton({ isActive, onClick }: CompleteButtonProps) { return ( );