From 35a0cdb64e99efcac00074492f78ac79af80898d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 3 Sep 2020 13:03:30 -0500 Subject: [PATCH] Chats: fix chatroom title text color --- app/styles/chats.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index d6cb2bed8..7ae51847d 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -252,7 +252,7 @@ background: transparent; border: 0; padding: 0; - color: #fff; + color: var(--primary-text-color); font-weight: bold; text-align: left; font-size: 14px;