Skip to content

Commit

Permalink
fix: 🐛 Fixed unreadable reacts
Browse files Browse the repository at this point in the history
You can now read the reaction count of your own reacts again
  • Loading branch information
B4T3S committed Mar 28, 2024
1 parent e13add0 commit ea40777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ body {
}

/* --== Fix invisible reaction count =-- */
.reactionMe__9fc5c {
.reactionCount_b780c8 {
.reactionMe__0fffc {
.reactionCount__2c34d {
color: var(--background) !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/_version.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.info__755e1:last-child::after {
content: "Dark Neon Version 2.0.8";
content: "Dark Neon Version 2.0.9";
font-size: 12px;
line-height: 16px;
color: rgb(var(--rgb-highlight));
Expand Down

0 comments on commit ea40777

Please sign in to comment.