From 379db5e9d892e829bfb25b66d5d0dbb8823076cb Mon Sep 17 00:00:00 2001 From: Jade Herd Date: Wed, 4 Oct 2023 21:13:54 -0400 Subject: [PATCH] fix: Forum channels background (#222) --- src/components/_chat.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/_chat.scss b/src/components/_chat.scss index f7b8cda9c..f0357cf03 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -233,6 +233,10 @@ div[class|="channelTextArea"] button[class*="emojiButton-"] { div[class|="chat"] > div[class|="content"] > div[class|="container"] { background-color: $base; + div[class|="grid"] { + background-color: $base; + } + // forum icons div[class|="pinIcon"], div[class|="stepStatus"] {