mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 00:48:43 -06:00
Increased brightness of navigation sidebar header blue text.
This commit is contained in:
@@ -83,7 +83,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
|
|||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
||||||
>
|
>
|
||||||
<Typography sx={{ fontSize: "0.9rem", color: "#0475c2" }}>
|
<Typography sx={{ fontSize: "0.9rem", color: "#58a6ff" }}>
|
||||||
<b>Devices</b>
|
<b>Devices</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionSummary>
|
</AccordionSummary>
|
||||||
@@ -104,7 +104,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
|
|||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
||||||
>
|
>
|
||||||
<Typography sx={{ fontSize: "0.9rem", color: "#0475c2" }}>
|
<Typography sx={{ fontSize: "0.9rem", color: "#58a6ff" }}>
|
||||||
<b>Automation</b>
|
<b>Automation</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionSummary>
|
</AccordionSummary>
|
||||||
@@ -128,7 +128,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
|
|||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
sx={{ backgroundColor: "#2c2c2c", minHeight: "36px", "& .MuiAccordionSummary-content": { margin: 0 } }}
|
||||||
>
|
>
|
||||||
<Typography sx={{ fontSize: "0.9rem", color: "#0475c2" }}>
|
<Typography sx={{ fontSize: "0.9rem", color: "#58a6ff" }}>
|
||||||
<b>Filters & Groups</b>
|
<b>Filters & Groups</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionSummary>
|
</AccordionSummary>
|
||||||
|
Reference in New Issue
Block a user