From b10195cefaa713ffa41ac690c0a7ca92134c654c Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 13 Jul 2020 23:12:11 +0100 Subject: [PATCH] Use consistent values between right and left panels --- res/css/views/right_panel/_UserInfo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/right_panel/_UserInfo.scss b/res/css/views/right_panel/_UserInfo.scss index b1511441cb..bb22a0e683 100644 --- a/res/css/views/right_panel/_UserInfo.scss +++ b/res/css/views/right_panel/_UserInfo.scss @@ -120,8 +120,8 @@ limitations under the License. h3 { text-transform: uppercase; - color: $notice-secondary-color; - font-weight: bold; + color: $roomlist2-header-color; + font-weight: 600; font-size: $font-12px; margin: 4px 0; }