force color white in camera selector due to light theme

This commit is contained in:
michioxd 2024-04-05 15:03:52 +07:00 committed by Scott Lamb
parent 6e81b27d1a
commit b46d3acabb
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ const Monoview = (props: MonoviewProps) => {
transform: "scale(0.8)",
// Restyle to fit over the video (or black).
backgroundColor: "rgba(255, 255, 255, 0.3)",
color: "#fff",
"& svg": {
color: "inherit",
},