From a8f0af49002e29c4869bce098170b75042bc1b55 Mon Sep 17 00:00:00 2001 From: Soyeon Choe <77609591+soi-ha@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:57:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B0=EA=B2=BD=EC=83=89=EC=83=81=20h?= =?UTF-8?q?eight=20=EB=B2=84=EA=B7=B8=20(#443)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 사용하지 않는 코드 제거 * fix: 배경 heigth가 잘리는 문제를 background color를 넣어 해결 --- client/src/GlobalStyle.ts | 1 + client/src/pages/MainPage/Nav/Nav.style.ts | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/GlobalStyle.ts b/client/src/GlobalStyle.ts index a37f2ac13..0401428cd 100644 --- a/client/src/GlobalStyle.ts +++ b/client/src/GlobalStyle.ts @@ -136,6 +136,7 @@ export const GlobalStyle = css` html { height: 100%; + background-color: #f1f0f5; } body { diff --git a/client/src/pages/MainPage/Nav/Nav.style.ts b/client/src/pages/MainPage/Nav/Nav.style.ts index 55d5551b4..0d2ab0432 100644 --- a/client/src/pages/MainPage/Nav/Nav.style.ts +++ b/client/src/pages/MainPage/Nav/Nav.style.ts @@ -1,7 +1,4 @@ import {css} from '@emotion/react'; -import {useTheme} from 'haengdong-design/dist/theme/HDesignProvider'; - -interface NavStyleProps {} export const navStyle = css({ position: 'fixed',