From 714ea924a8d877c3aba6e66b0f8a269a44805b50 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 10 Sep 2019 17:17:58 +0200 Subject: [PATCH] Fix order timeline input in dark mode --- src/components/Timeline/Timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timeline/Timeline.tsx b/src/components/Timeline/Timeline.tsx index 0621193fe..0bb77b6b5 100644 --- a/src/components/Timeline/Timeline.tsx +++ b/src/components/Timeline/Timeline.tsx @@ -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,