From a54233ee463d64a5e6c3436380fd2a0035003a5d Mon Sep 17 00:00:00 2001 From: jungjunhyung99 <55770796+jungjunhyung99@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:09:00 +0900 Subject: [PATCH 1/7] =?UTF-8?q?style:=20=EB=B2=84=ED=8A=BC=20variant=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/Button/Button.tsx | 2 +- src/app/layout.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/components/Button/Button.tsx b/src/app/components/Button/Button.tsx index 451d484c..3729399c 100644 --- a/src/app/components/Button/Button.tsx +++ b/src/app/components/Button/Button.tsx @@ -7,7 +7,7 @@ const buttonVariants = cva( variants: { variant: { main: "bg-brown-50 text-white hover:bg-brown-60", - empty: "bg-white text-gray-50 border-2 border-gray-40", + empty: "bg-white text-brown-40 border-2 border-brown-40", none: "text-white", gray: "text-gray-80 font-[500] border-2", ivory: "bg-ivory-40 text-brown-50", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 81a16442..09f5407c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,9 @@ export default function RootLayout({
-
{children}
+
+ {children} +