2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-07-28 23:34:20 +08:00

Fix dark mode styles

This commit is contained in:
Ken Hibino
2021-01-15 14:54:30 -08:00
parent ad0185e96a
commit 29b6ad8c91
5 changed files with 29 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ const useStyles = makeStyles((theme) => ({
justifyContent: "center",
},
modalContent: {
background: theme.palette.common.white,
background: theme.palette.background.paper,
padding: theme.spacing(2),
width: "540px",
outline: "none",
@@ -240,7 +240,7 @@ export default function SchedulerEntriesTable(props: Props) {
className={classes.modal}
>
<div className={classes.modalContent}>
<Typography variant="h6" gutterBottom>
<Typography variant="h6" gutterBottom color="textPrimary">
Recent History
</Typography>
<SchedulerEnqueueEventsTable entryId={activeEntryId} />