Merge branch 'travis/EL/userinfo-color' into 'element'

Fix user info section headers on the dark theme

See merge request new-vector/element/element-web/matrix-react-sdk!22
pull/21833/head
Travis Ralston 2020-07-14 20:20:17 +00:00
commit c77c9495d1
1 changed files with 2 additions and 0 deletions

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;