mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-08-23 22:28:43 +08:00
Fix typescript error
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user