Update colour scheme for message panels

Fixes https://github.com/vector-im/element-web/issues/18113
This commit is contained in:
Travis Ralston 2021-07-21 13:11:11 -06:00
parent 0d8309c8fc
commit e430381abc
4 changed files with 6 additions and 6 deletions

View file

@ -207,8 +207,8 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
$message-body-panel-fg-color: $secondary-fg-color;
$message-body-panel-bg-color: #394049;
$message-body-panel-icon-fg-color: $primary-bg-color;
$message-body-panel-icon-bg-color: $secondary-fg-color;
$message-body-panel-icon-fg-color: $secondary-fg-color;
$message-body-panel-icon-bg-color: #21262C;
// See non-legacy dark for variable information
$voice-record-stop-border-color: #6F7882;