CE-740 style on /

This commit is contained in:
2023-11-15 11:37:25 -06:00
parent ad306728c2
commit adcfa86f73

View File

@ -115,12 +115,14 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element
sx={{
fontSize: pxToRem(18),
fontWeight: "500",
color: "#757575",
color: "#212121",
"& a": {
color: "#757575"
},
"& .MuiBreadcrumbs-separator": {
color: ({palette: {white, grey}}) => (light ? white.main : grey[600]),
fontSize: pxToRem(18),
fontWeight: "500",
color: "#212121"
},
}}
>