Make color of time markers more contrast

Summary: Changelog: Increased contrast of timestamps text on marker timelines used in several plugins (QPL, Sections)

Reviewed By: mweststrate

Differential Revision: D28707431

fbshipit-source-id: 8749a95fccf895bddf707c1d830baf5c65578fb9
This commit is contained in:
Anton Nikolaev
2021-05-26 08:16:52 -07:00
committed by Facebook GitHub Bot
parent 623a505284
commit 4a583ad086

View File

@@ -110,7 +110,7 @@ const Point = styled(Layout.Horizontal)<{
Point.displayName = 'MakerTimeline:Point';
const Time = styled.span({
color: theme.dividerColor,
color: theme.textColorSecondary,
fontWeight: 300,
marginRight: 4,
marginTop: -2,