From 4a583ad086fa586547ad4577ca74f142ab5b17ee Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Wed, 26 May 2021 08:16:52 -0700 Subject: [PATCH] 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 --- desktop/flipper-plugin/src/ui/MarkerTimeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx index 62ed4817e..0e38f4b1d 100644 --- a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx +++ b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx @@ -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,