fixed smart bread crumb theming in light mode

This commit is contained in:
Carter 2025-03-26 10:21:19 -06:00
parent 9bc2a5c4c4
commit a69b24307d

View file

@ -317,7 +317,7 @@ export default function SmartBreadcrumb(props: Props) {
variant="subtitle1"
to={to}
sx={{ '&:hover': { color: getThemeType() === "dark" ? 'white' : "black" },
color: lastPath ? "HighlightText" : "GrayText"
color: lastPath ? theme.palette.text.secondary : theme.palette.text.primary
}}
className={classes.textOverflow}>
{label}