diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx index 9e636c1..d41ac0e 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx @@ -61,7 +61,8 @@ const Bulge = styled.div` pointer-events: auto; cursor: ew-resize; color: #555; - background-color: ${colors.stripNormal}; + color: #464646; + background-color: #0000004d; ${Strip}:hover &, ${Strip}.dragging & { color: white; @@ -78,7 +79,7 @@ const Cover = styled.div` z-index: ${() => zIndexes.lengthIndicatorCover}; transform-origin: left top; - ${Strip}.dragging ~ & { + ${Strip}.dragging ~ &, ${Strip}:hover ~ & { background-color: rgb(23 23 23 / 60%); } `