diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 87d21e8..bcb94bc 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -49,7 +49,7 @@ function App() { return ( -
+
@@ -69,7 +69,7 @@ function App() { return ( -
+
@@ -86,7 +86,7 @@ function App() { return ( -
+
{/* 사이드바 + 메인 콘텐츠 레이아웃 */} diff --git a/frontend/src/components/Sidebar.jsx b/frontend/src/components/Sidebar.jsx index 1eab4ee..3333dd9 100644 --- a/frontend/src/components/Sidebar.jsx +++ b/frontend/src/components/Sidebar.jsx @@ -175,10 +175,10 @@ const Sidebar = ({ isMobile = false }) => { animate={{ opacity: 1, y: 0, scale: 1 }} exit={{ opacity: 0, y: -10, scale: 0.95 }} transition={{ duration: 0.15 }} - className="absolute bottom-full left-0 right-0 mb-2 bg-zinc-800 border border-zinc-700 rounded-xl shadow-xl overflow-hidden z-50" + className="absolute bottom-full left-0 right-0 mb-2 bg-[var(--bg-secondary)] border border-[var(--border-color)] rounded-xl shadow-xl overflow-hidden z-50" > {/* 프로필 정보 */} -
+
{
+
+ + + + {showThemeMenu && ( + + {themeOptions.map((option) => ( + + ))} + + )} + +
); }; @@ -358,7 +414,7 @@ const Sidebar = ({ isMobile = false }) => { )} {/* 상단 툴바 */} -
+
{/* 햄버거 메뉴 버튼 */}