fix(frontend): sidebar palette

This commit is contained in:
leandrofars 2024-07-08 20:59:03 -03:00
parent fe2a384de2
commit 3bcb3cb884

View File

@ -161,7 +161,7 @@ export const SideNav = (props) => {
open
PaperProps={{
sx: {
background: `linear-gradient(0deg, ${theme.palette.primary.main} 0%, ${theme.palette.primary.dark} 90%);`,
background: `linear-gradient(0deg, ${theme.palette.neutral["800"]} 0%, ${theme.palette.primary.dark} 90%);`,
color: 'common.white',
width: 280
}