diff --git a/src/common/SmartBreadcrumb.tsx b/src/common/SmartBreadcrumb.tsx index fc71b2e..e87dc5d 100644 --- a/src/common/SmartBreadcrumb.tsx +++ b/src/common/SmartBreadcrumb.tsx @@ -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}