From e9c3f8061dee2c25df18855381146ce199c4ddd6 Mon Sep 17 00:00:00 2001 From: JinHo Kim <81083461+jinhokim98@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:30:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B1=EA=B7=B8=EB=9D=BC=EC=9A=B4?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95=20(#447)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/GlobalStyle.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/GlobalStyle.ts b/client/src/GlobalStyle.ts index 0401428cd..ecbfdef56 100644 --- a/client/src/GlobalStyle.ts +++ b/client/src/GlobalStyle.ts @@ -136,7 +136,6 @@ export const GlobalStyle = css` html { height: 100%; - background-color: #f1f0f5; } body { @@ -158,5 +157,7 @@ export const GlobalStyle = css` display: flex; flex-direction: column; height: 100%; + + background-color: #f1f0f5; } `;