From fe47f6f3ffec2d234b2dad530b8e5ec5f39a5b04 Mon Sep 17 00:00:00 2001 From: rail <78732904+jongse7@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:00:57 +0900 Subject: [PATCH] =?UTF-8?q?style:=20GeneralRegister=20input,=20button=20?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/button.tsx | 2 +- .../general/containers/GeneralRegisterSection.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 4a364f1c..66af50f1 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -48,7 +48,7 @@ const Button = React.forwardRef( ({ className, variant, size, isDisabled = false, asChild = false, ...props }, ref) => { const Comp = asChild ? Slot : 'button'; return ( - + ); } ); diff --git a/src/pages/general/containers/GeneralRegisterSection.tsx b/src/pages/general/containers/GeneralRegisterSection.tsx index 09813c62..8a0de1ec 100644 --- a/src/pages/general/containers/GeneralRegisterSection.tsx +++ b/src/pages/general/containers/GeneralRegisterSection.tsx @@ -157,7 +157,7 @@ export function GeneralRegisterSection({ subSection1, buttonSection }: LoginForm return (
-
+
{subSection1}
{isScouncilPath ? ( @@ -165,7 +165,7 @@ export function GeneralRegisterSection({ subSection1, buttonSection }: LoginForm {buttonSection}