mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 11:19:16 -06:00
add subtle color tint for sidebar
This commit is contained in:
@@ -208,6 +208,7 @@ function Sidebar() {
|
||||
borderRight: `1px solid ${theme.palette.primary.lowContrast}`,
|
||||
borderColor: theme.palette.primary.lowContrast,
|
||||
borderRadius: 0,
|
||||
backgroundColor: theme.palette.primary.sidebar,
|
||||
"& :is(p, span, .MuiListSubheader-root)": {
|
||||
/*
|
||||
Text color for unselected menu items and menu headings
|
||||
|
||||
@@ -109,6 +109,8 @@ const newColors = {
|
||||
red400: "#D92020",
|
||||
red600: "#9B4B4B",
|
||||
red700: "#980303",
|
||||
sidebarLight: "#F9F9FB",
|
||||
sidebarDark: "#1A1A1D",
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -167,6 +169,10 @@ const newSemanticColors = {
|
||||
light: newColors.gray200,
|
||||
dark: newColors.blueGray600,
|
||||
},
|
||||
sidebar: {
|
||||
light: newColors.sidebarLight,
|
||||
dark: newColors.sidebarDark,
|
||||
},
|
||||
},
|
||||
secondary: {
|
||||
main: {
|
||||
|
||||
Reference in New Issue
Block a user