Skip to content

Commit

Permalink
fix: Forum channels background (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Oct 5, 2023
1 parent bfae84f commit 379db5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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"] {
Expand Down

0 comments on commit 379db5e

Please sign in to comment.