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,