feat: enhance log filtering by adding support for debug level and updating log hierarchy #4293
This commit is contained in:
@@ -29,6 +29,9 @@ const Item = styled(Box)(({ theme: { palette, typography } }) => ({
|
||||
'& .type[data-type="info"], & .type[data-type="inf"]': {
|
||||
color: palette.info.main,
|
||||
},
|
||||
'& .type[data-type="debug"], & .type[data-type="dbg"]': {
|
||||
color: palette.text.secondary,
|
||||
},
|
||||
"& .data": {
|
||||
color: palette.text.primary,
|
||||
overflowWrap: "anywhere",
|
||||
|
||||
Reference in New Issue
Block a user