fixed lightmode sidebar bg color
This commit is contained in:
parent
d3cdd24d80
commit
bccc53942d
@ -29,7 +29,7 @@ export const NavigationSidebar = async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
return (
|
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/>
|
<NavigationAction/>
|
||||||
<Separator
|
<Separator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user