$groupFilterPanel-divider-color -> $tertiary-content

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-10-16 19:55:17 +02:00
parent 0794be1e98
commit ee7c126596
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
3 changed files with 1 additions and 5 deletions

View file

@ -51,7 +51,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
height: 0px;
width: 90%;
border: none;
border-bottom: 1px solid $groupFilterPanel-divider-color;
border-bottom: 1px solid $tertiary-content;
}
.mx_GroupFilterPanel .mx_GroupFilterPanel_scroller {