From 54a060cbb104ec685ab642b15b5d8d12343faff3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 14 Jul 2020 14:15:24 -0600 Subject: [PATCH] Fix user info section headers on the dark theme --- res/themes/dark/css/_dark.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index d3ed22e1c4..990debb0a4 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -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;