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
This commit is contained in:
Lorenzo Blasa
2023-03-07 11:23:20 -08:00
committed by Facebook GitHub Bot
parent a7e523a77c
commit 807544db4c

View File

@@ -112,7 +112,6 @@ const Time = styled.span({
color: theme.textColorSecondary,
fontWeight: 300,
marginRight: 4,
marginTop: -2,
});
Time.displayName = 'MakerTimeline:Time';