Fix VoIP call plinth on dark theme

Fixes https://github.com/vector-im/element-web/issues/15873
This commit is contained in:
David Baker 2020-12-02 12:14:41 +00:00
parent 3b9a1d90af
commit 4a503fb32e
5 changed files with 13 additions and 1 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
.mx_CallView {
border-radius: 10px;
background-color: $input-lighter-bg-color;
background-color: $voipcall-plinth-color;
padding-left: 8px;
padding-right: 8px;
// XXX: CallContainer sets pointer-events: none - should probably be set back in a better place