fixed datadog logs formatting
This commit is contained in:
parent
eb7efada69
commit
9cc0f78636
5 changed files with 18 additions and 18 deletions
|
|
@ -89,19 +89,22 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
paddingLeft: theme.spacing(3),
|
||||
paddingRight: theme.spacing(3)
|
||||
},
|
||||
"&:hover": {
|
||||
background: theme.palette.mode === "light" ? darken(theme.palette.background.default, 0.1) : lighten(theme.palette.background.default, 0.1)
|
||||
}
|
||||
},
|
||||
activeItem:
|
||||
theme.palette.mode === "light"
|
||||
? {
|
||||
background: darken(theme.palette.background.default, 0.25),
|
||||
"&:hover": {
|
||||
background: darken(theme.palette.background.default, 0.25)
|
||||
background: darken(theme.palette.background.default, 0.15)
|
||||
}
|
||||
}
|
||||
: {
|
||||
background: lighten(theme.palette.background.default, 0.25),
|
||||
"&:hover": {
|
||||
background: lighten(theme.palette.background.default, 0.25)
|
||||
background: lighten(theme.palette.background.default, 0.15)
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue