From d1bdd66b1b2470aa8b1e77e75af582a9d0b836ee Mon Sep 17 00:00:00 2001 From: thyeone Date: Thu, 14 Mar 2024 16:10:02 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=99=B8=EB=B6=80=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index cbc5281..ac7a4b3 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -10,7 +10,7 @@ type Props = { }; const LayoutBox = tw.div` -flex justify-center w-screen h-full font-Pretendard overflow-x-hidden overflow-y-hidden +flex justify-center w-screen h-full font-Pretendard overflow-x-hidden overflow-y-hidden bg-slate-50 `; const Layout = ({ children }: Props) => {