From 5319327b0314b13e4961602333103e4ac0a49cb7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:29:54 -0600 Subject: [PATCH] rounded corners on gradients --- web/src/components/player/LivePlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 2841a47a5..09ed3c027 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -171,8 +171,8 @@ export default function LivePlayer({ : "outline-0" } transition-all duration-500 ${className}`} > -
-
+
+
{(showStillWithoutActivity == false || cameraActive) && player}