kopia lustrzana https://github.com/mifi/lossless-cut
make active segment more visible
rodzic
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 = {
|
||||
|
|
Ładowanie…
Reference in New Issue