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,