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:
parent
d91ca6373a
commit
bf1b8e281c
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user