Fix typescript error

This commit is contained in:
Ken Hibino 2021-12-20 07:04:07 -08:00
parent e98f285767
commit 3ae79d85c3

View File

@ -16,7 +16,7 @@ const StyledBreadcrumb = withStyles((theme: Theme) => ({
: theme.palette.background.default,
height: theme.spacing(3),
color: theme.palette.text.secondary,
fontWeight: theme.typography.fontWeightRegular,
fontWeight: 400,
"&:hover, &:focus": {
backgroundColor: theme.palette.action.hover,
},