Fix order timeline input in dark mode

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-10 17:17:58 +02:00
parent a63248c406
commit 714ea924a8

View file

@ -35,7 +35,7 @@ const styles = (theme: Theme) =>
opacity: [[1], "!important"] as any
}
},
background: theme.palette.common.white
background: theme.palette.background.paper
},
noteRoot: {
left: -theme.spacing.unit * 8.5 - 1,