mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
Fix typescript error
This commit is contained in:
parent
e98f285767
commit
3ae79d85c3
@ -16,7 +16,7 @@ const StyledBreadcrumb = withStyles((theme: Theme) => ({
|
|||||||
: theme.palette.background.default,
|
: theme.palette.background.default,
|
||||||
height: theme.spacing(3),
|
height: theme.spacing(3),
|
||||||
color: theme.palette.text.secondary,
|
color: theme.palette.text.secondary,
|
||||||
fontWeight: theme.typography.fontWeightRegular,
|
fontWeight: 400,
|
||||||
"&:hover, &:focus": {
|
"&:hover, &:focus": {
|
||||||
backgroundColor: theme.palette.action.hover,
|
backgroundColor: theme.palette.action.hover,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user