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

@ -172,6 +172,9 @@ $eventtile-meta-color: $roomtopic-color;
$composer-e2e-icon-color: #91a1c0;
$header-divider-color: #91a1c0;
// this probably shouldn't have it's own colour
$voipcall-plinth-color: #f2f5f8;
// ********************
$theme-button-bg-color: #e3e8f0;