Fix order timeline input in dark mode
This commit is contained in:
parent
a63248c406
commit
714ea924a8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const styles = (theme: Theme) =>
|
||||||
opacity: [[1], "!important"] as any
|
opacity: [[1], "!important"] as any
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
background: theme.palette.common.white
|
background: theme.palette.background.paper
|
||||||
},
|
},
|
||||||
noteRoot: {
|
noteRoot: {
|
||||||
left: -theme.spacing.unit * 8.5 - 1,
|
left: -theme.spacing.unit * 8.5 - 1,
|
||||||
|
|
Loading…
Reference in a new issue