From ad667583bc5b42b9b43e35bded6aab2ba4672bb5 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 22 Mar 2024 10:55:59 -0600 Subject: [PATCH] Use opacity for both dark and light mode --- web/src/components/player/VideoControls.tsx | 2 +- web/src/views/events/EventView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/VideoControls.tsx b/web/src/components/player/VideoControls.tsx index a37da2ca9..b470ca9bd 100644 --- a/web/src/components/player/VideoControls.tsx +++ b/web/src/components/player/VideoControls.tsx @@ -106,7 +106,7 @@ export default function VideoControls({ return (
{video && features.volume && (
diff --git a/web/src/views/events/EventView.tsx b/web/src/views/events/EventView.tsx index ec4ce5359..15c795713 100644 --- a/web/src/views/events/EventView.tsx +++ b/web/src/views/events/EventView.tsx @@ -802,7 +802,7 @@ function MotionReview({