$roomlist-header-color -> $tertiary-content

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-12 12:08:17 +02:00
parent 4604d817c4
commit 25a3a8ddfd
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
6 changed files with 12 additions and 14 deletions

View file

@ -187,11 +187,10 @@ $theme-button-bg-color: $quinary-content;
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
$roomlist-bg-color: rgba(245, 245, 245, 0.90);
$roomlist-header-color: $tertiary-content;
$roomsublist-divider-color: $primary-content;
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
$groupFilterPanel-divider-color: $roomlist-header-color;
$groupFilterPanel-divider-color: $tertiary-content;
$roomtile-preview-color: $secondary-content;
$roomtile-default-badge-bg-color: #61708b;
@ -212,7 +211,7 @@ $username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
$notice-secondary-color: $roomlist-header-color;
$notice-secondary-color: $tertiary-content;
$panel-divider-color: transparent;