Match line colour from user menu in sublist menu

This commit is contained in:
Travis Ralston 2020-06-25 15:17:19 -06:00
parent 7b79dd6be1
commit 129ff3a6e0
3 changed files with 3 additions and 2 deletions

View file

@ -113,7 +113,7 @@ $theme-button-bg-color: #e3e8f0;
$roomlist2-button-bg-color: #1A1D23; // Buttons include the filter box, explore button, and sublist buttons
$roomlist2-bg-color: $header-panel-bg-color;
$roomsublist2-divider-color: #e9eaeb;
$roomsublist2-divider-color: $primary-fg-color;
$roomtile2-preview-color: #9e9e9e;
$roomtile2-default-badge-bg-color: #61708b;