fixed border color of daily video (#1255)

This commit is contained in:
Peer Richelsen 2021-12-06 09:49:56 +00:00 committed by GitHub
parent ec9c8bb35d
commit e8af9110a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",