From 19733eef1ede364d061870e6b1754a8245a971a6 Mon Sep 17 00:00:00 2001 From: Ivy Gesare <83957195+Gesare5@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:58:35 +0300 Subject: [PATCH] [MM-59811] Fix Incorrect "set custom status" Color (#27777) * Change: Update color css property to a=0.75 in custom_status__container class --------- Co-authored-by: Mattermost Build --- .../channels/src/components/status_dropdown/status_dropdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/channels/src/components/status_dropdown/status_dropdown.scss b/webapp/channels/src/components/status_dropdown/status_dropdown.scss index ae3a080f82..9a7c27c652 100644 --- a/webapp/channels/src/components/status_dropdown/status_dropdown.scss +++ b/webapp/channels/src/components/status_dropdown/status_dropdown.scss @@ -193,6 +193,7 @@ button.custom_status__row { .custom_status__container { align-items: center; + color: rgba(var(--center-channel-color-rgb), 0.75); line-height: 14px; }