Fix user info section headers on the dark theme

This commit is contained in:
Travis Ralston 2020-07-14 14:15:24 -06:00
parent 945dab6b1f
commit 54a060cbb1

View file

@ -125,6 +125,8 @@ $roomtile2-selected-bg-color: rgba(141, 151, 165, 0.2);
// ********************
$notice-secondary-color: $roomlist2-header-color;
$roomtile-name-color: $header-panel-text-primary-color;
$roomtile-selected-color: $text-primary-color;
$roomtile-notified-color: $text-primary-color;