fixed smart bread crumb theming in light mode
This commit is contained in:
parent
9bc2a5c4c4
commit
a69b24307d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue