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;