1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

make active segment more visible

This commit is contained in:
Mikael Finstad 2020-02-15 16:18:54 +08:00
parent d91ca6373a
commit bf1b8e281c

View File

@ -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 = {