From bf1b8e281ce92c4dcd919ae967315b4bf2a0935a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 15 Feb 2020 16:18:54 +0800 Subject: [PATCH] make active segment more visible --- src/TimelineSeg.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimelineSeg.jsx b/src/TimelineSeg.jsx index 52fd7cde..175e018a 100644 --- a/src/TimelineSeg.jsx +++ b/src/TimelineSeg.jsx @@ -13,7 +13,7 @@ const TimelineSeg = ({ const startTimePos = `${(apparentCutStart / duration) * 100}%`; const endTimePos = `${(apparentCutEnd / duration) * 100}%`; - const markerBorder = isActive ? `2px solid ${color.string()}` : undefined; + const markerBorder = isActive ? `2px solid ${color.lighten(0.5).string()}` : undefined; const markerBorderRadius = 5; const startMarkerStyle = {