From 807544db4c23f945ad12a815bbe6086eafab6251 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 7 Mar 2023 11:23:20 -0800 Subject: [PATCH] MarkerTimeline remove top margin of Time Summary: The margin was miss-aligning with the label. Reviewed By: antonk52 Differential Revision: D43872373 fbshipit-source-id: 8a6ff8104c6e532d8139053aad221244c2cd5feb --- desktop/flipper-plugin/src/ui/MarkerTimeline.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx index f4b3b5be5..4c9067811 100644 --- a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx +++ b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx @@ -112,7 +112,6 @@ const Time = styled.span({ color: theme.textColorSecondary, fontWeight: 300, marginRight: 4, - marginTop: -2, }); Time.displayName = 'MakerTimeline:Time';