diff --git a/src/chat/chat.scss b/src/chat/chat.scss index 4da6e08a5..3ceb3d9cb 100644 --- a/src/chat/chat.scss +++ b/src/chat/chat.scss @@ -103,3 +103,8 @@ } } } + +// REPLY MENTION TOGGLE +div[aria-checked="true"] %replyMentionButton { + color: $main-color !important; +}