fixed lightmode sidebar bg color

This commit is contained in:
Bob Burningham 2023-10-18 22:19:21 -07:00
parent d3cdd24d80
commit bccc53942d

View File

@ -29,7 +29,7 @@ export const NavigationSidebar = async () => {
})
return (
<div className="space-y-4 flex flex-col items-center h-full text-primary w-full dark:bg-[#1E1F22] py-3"
<div className="space-y-4 flex flex-col items-center h-full text-primary w-full bg-[#E3E5E8] dark:bg-[#1E1F22] py-3"
>
<NavigationAction/>
<Separator