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

@ -331,7 +331,7 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
$message-body-panel-fg-color: $secondary-fg-color;
$message-body-panel-bg-color: #E3E8F0;
$message-body-panel-icon-fg-color: $secondary-fg-color;
$message-body-panel-icon-bg-color: $primary-bg-color;
$message-body-panel-icon-bg-color: #F4F6FA;
// See non-legacy _light for variable information
$voice-record-stop-symbol-color: #ff4b55;