Skip to content

Commit 2d21e78

Browse files
committed
Fix background color for controls on motion page
1 parent d38d6a1 commit 2d21e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/events/EventView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ function MotionReview({
955955

956956
{!scrubbing && (
957957
<VideoControls
958-
className="absolute bottom-16 left-1/2 -translate-x-1/2"
958+
className="absolute bottom-16 left-1/2 -translate-x-1/2 bg-secondary"
959959
features={{
960960
volume: false,
961961
seek: true,

0 commit comments

Comments
 (0)