force color white in camera selector due to light theme
This commit is contained in:
parent
6e81b27d1a
commit
b46d3acabb
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue