mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-03 10:42:00 +08:00
Fix dark mode styles
This commit is contained in:
@@ -63,7 +63,10 @@ const useStyles = (theme: Theme) =>
|
||||
},
|
||||
menuButton: {
|
||||
marginRight: theme.spacing(2),
|
||||
color: theme.palette.grey[700],
|
||||
color:
|
||||
theme.palette.type === "dark"
|
||||
? theme.palette.grey[100]
|
||||
: theme.palette.grey[700],
|
||||
},
|
||||
menuButtonHidden: {
|
||||
display: "none",
|
||||
|
Reference in New Issue
Block a user