From c67a5ffba5df31c4d339a5bf7eba45d906fe833a Mon Sep 17 00:00:00 2001 From: michioxd Date: Sun, 14 Apr 2024 09:11:54 +0700 Subject: [PATCH] Added more dark background for select camera and fullscreen button. --- ui/src/Live/Multiview.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/Live/Multiview.tsx b/ui/src/Live/Multiview.tsx index 3220b05..c2d1bfe 100644 --- a/ui/src/Live/Multiview.tsx +++ b/ui/src/Live/Multiview.tsx @@ -197,7 +197,7 @@ const Multiview = (props: MultiviewProps) => { > @@ -282,7 +282,8 @@ const Monoview = (props: MonoviewProps) => { sx={{ transform: "scale(0.8)", // Restyle to fit over the video (or black). - backgroundColor: "rgba(255, 255, 255, 0.3)", + backgroundColor: "rgba(50, 50, 50, 0.6)", + boxShadow: "0 0 10px rgba(0, 0, 0, 0.4)", color: "#fff", "& svg": { color: "inherit",