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',