Skip to content

Commit

Permalink
reply toggle should be main color
Browse files Browse the repository at this point in the history
important needed because discord uses element style on it.
  • Loading branch information
BabyBoySnow committed May 8, 2024
1 parent 15a078c commit 531337f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/chat/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,8 @@
}
}
}

// REPLY MENTION TOGGLE
div[aria-checked="true"] %replyMentionButton {
color: $main-color !important;
}

0 comments on commit 531337f

Please sign in to comment.