Skip to content

Commit bc0a7cf

Browse files
committed
fix: Hardcode sidebar menu background to dark mode color
1 parent f246767 commit bc0a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def toggle_sidebar():
246246
default_index=0,
247247
key="main_sidebar_nav",
248248
styles={
249-
"container": {"background-color": "transparent"},
249+
"container": {"background-color": "#0F172A", "padding": "5px"},
250250
"icon": {"color": "#94A3B8", "font-size": "16px"},
251251
"nav-link": {
252252
"font-size": "14px",

0 commit comments

Comments
 (0)