$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

@ -44,7 +44,7 @@ limitations under the License.
// Allow the container to collapse on itself if its children
// are not in the normal document flow
max-height: 24px;
color: $roomlist-header-color;
color: $tertiary-content;
.mx_RoomSublist_stickable {
flex: 1;
@ -161,7 +161,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background-color: $roomlist-header-color;
background-color: $tertiary-content;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
}
@ -262,7 +262,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $roomlist-header-color;
background: $tertiary-content;
left: -1px; // adjust for image position
}