From d9806b5314d626f6941fb1582133004c6ab9663a Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:58:42 +0100 Subject: [PATCH] UX: change color of preview card in channels (#19480) --- .../assets/stylesheets/common/chat-channel-preview-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss b/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss index 175f7402e28..34035311c73 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss @@ -1,7 +1,7 @@ .chat-channel-preview-card { margin: 1rem 1rem 2rem 1rem; padding: 1.5rem 1rem; - background-color: var(--primary-50); + background-color: var(--secondary-very-high); display: flex; flex-direction: column; align-items: center;