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

@ -327,7 +327,7 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
$message-body-panel-fg-color: $secondary-fg-color;
$message-body-panel-bg-color: #E3E8F0; // "Separator"
$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;
// These two don't change between themes. They are the $warning-color, but we don't
// want custom themes to affect them by accident.