force color white in camera selector due to light theme

This commit is contained in:
michioxd 2024-04-05 15:03:52 +07:00
parent 71d1c9b71f
commit c431449d93
No known key found for this signature in database
GPG Key ID: B27856CAA5B9C404
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",
},