Skip to content

Commit 0486637

Browse files
committed
refactor(Sidebar): update color scheme
1 parent 54891c7 commit 0486637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/AppSidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const AppSidebar = () => {
2727
return (
2828
<CSidebar
2929
className="border-end"
30-
colorScheme="light"
30+
colorScheme="dark"
3131
position="fixed"
3232
unfoldable={unfoldable}
3333
visible={sidebarShow}

0 commit comments

Comments
 (0)