mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-01 02:03:42 -04:00
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)",
|
transform: "scale(0.8)",
|
||||||
// Restyle to fit over the video (or black).
|
// Restyle to fit over the video (or black).
|
||||||
backgroundColor: "rgba(255, 255, 255, 0.3)",
|
backgroundColor: "rgba(255, 255, 255, 0.3)",
|
||||||
|
color: "#fff",
|
||||||
"& svg": {
|
"& svg": {
|
||||||
color: "inherit",
|
color: "inherit",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user