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:
committed by
Facebook GitHub Bot
parent
623a505284
commit
4a583ad086
@@ -110,7 +110,7 @@ const Point = styled(Layout.Horizontal)<{
|
|||||||
Point.displayName = 'MakerTimeline:Point';
|
Point.displayName = 'MakerTimeline:Point';
|
||||||
|
|
||||||
const Time = styled.span({
|
const Time = styled.span({
|
||||||
color: theme.dividerColor,
|
color: theme.textColorSecondary,
|
||||||
fontWeight: 300,
|
fontWeight: 300,
|
||||||
marginRight: 4,
|
marginRight: 4,
|
||||||
marginTop: -2,
|
marginTop: -2,
|
||||||
|
|||||||
Reference in New Issue
Block a user