From 453d42a1251bae4e22334a5b2758ab9df2f1c524 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 8 Oct 2017 19:56:11 -0600 Subject: [PATCH] Add style for channel mute help text --- scss/modules/modals/_channel.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/modules/modals/_channel.scss b/scss/modules/modals/_channel.scss index 1218cc04..339b8a06 100644 --- a/scss/modules/modals/_channel.scss +++ b/scss/modules/modals/_channel.scss @@ -68,6 +68,9 @@ color: $base-font-color; } + &__mute_help_text { + color: $color-highlight; + } } .channel_prefs_notifications_table {