$roomheader-bg-color -> $background

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-12 12:01:55 +02:00
parent a3a6f73049
commit 0faedebb92
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
3 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
.mx_RoomHeader {
flex: 0 0 50px;
border-bottom: 1px solid $primary-hairline-color;
background-color: $roomheader-bg-color;
background-color: $background;
.mx_RoomHeader_e2eIcon {
height: 12px;

View file

@ -107,7 +107,6 @@ $settings-subsection-fg-color: $text-secondary-color;
$topleftmenu-color: $primary-content;
$roomheader-color: $primary-content;
$roomheader-bg-color: $background;
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.3);
$roomheader-addroom-fg-color: $primary-content;
$groupFilterPanel-button-color: $header-panel-text-primary-color;

View file

@ -167,7 +167,6 @@ $rte-group-pill-color: #aaa;
$topleftmenu-color: #212121;
$roomheader-color: #45474a;
$roomheader-bg-color: $background;
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
$roomheader-addroom-fg-color: #5c6470;
$groupFilterPanel-button-color: #91A1C0;