This commit is contained in:
Josh Hawkins 2025-10-29 07:45:47 -05:00
parent c215a60f2c
commit b5be4ad88f

View File

@ -198,7 +198,7 @@ export function MotionSegment({
onTouchEnd={(event) => handleTouchStart(event, segmentClick)} onTouchEnd={(event) => handleTouchStart(event, segmentClick)}
> >
{isFirstSegmentWithoutRecording && ( {isFirstSegmentWithoutRecording && (
<div className="absolute bottom-[0px] left-0 right-0 h-[1px] bg-primary-variant/50" /> <div className="absolute bottom-[0px] left-0 right-0 h-[1px] bg-primary-variant/40" />
)} )}
{isLastSegmentWithoutRecording && ( {isLastSegmentWithoutRecording && (
<div className="absolute -top-[1px] left-0 right-0 h-[1px] bg-primary-variant/50" /> <div className="absolute -top-[1px] left-0 right-0 h-[1px] bg-primary-variant/50" />