From b9f46dad28e4b16b936ea83eaa5512a33cb2d899 Mon Sep 17 00:00:00 2001 From: Bates Date: Thu, 28 Mar 2024 17:07:48 +0100 Subject: [PATCH] fix: :bug: Fix reactions You can now read the reaction number on your own reacts again --- src/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_base.scss b/src/_base.scss index 50fe94b..4da970d 100644 --- a/src/_base.scss +++ b/src/_base.scss @@ -192,8 +192,8 @@ body { } /* --== Fix invisible reaction count =-- */ -.reactionMe__9fc5c { - .reactionCount_b780c8 { +.reactionMe__0fffc { + .reactionCount__2c34d { color: var(--background) !important; } }