fixed border color of daily video (#1255)
This commit is contained in:
parent
ec9c8bb35d
commit
e8af9110a7
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ export default function JoinCall(props, session) {
|
|||
background: "#111111",
|
||||
backgroundAccent: "#111111",
|
||||
baseText: "#FFF",
|
||||
border: "#000000",
|
||||
border: "#292929",
|
||||
mainAreaBg: "#111111",
|
||||
mainAreaBgAccent: "#111111",
|
||||
mainAreaText: "#FFF",
|
||||
|
@ -79,7 +79,7 @@ export default function JoinCall(props, session) {
|
|||
background: "#111111",
|
||||
backgroundAccent: "#111111",
|
||||
baseText: "#FFF",
|
||||
border: "#000000",
|
||||
border: "#292929",
|
||||
mainAreaBg: "#111111",
|
||||
mainAreaBgAccent: "#111111",
|
||||
mainAreaText: "#FFF",
|
||||
|
|
Loading…
Reference in a new issue