From 760d34ddc4546dabb32fe95dc014b3358cf5fc8b Mon Sep 17 00:00:00 2001 From: mochie Date: Tue, 8 Apr 2025 02:25:46 +0200 Subject: [PATCH] fix customUserColors in typingTweaks (#222) --- src/plugins/typingTweaks/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/typingTweaks/index.tsx b/src/plugins/typingTweaks/index.tsx index a37ad621..74985d15 100644 --- a/src/plugins/typingTweaks/index.tsx +++ b/src/plugins/typingTweaks/index.tsx @@ -75,7 +75,7 @@ const TypingUser = ErrorBoundary.wrap(function ({ user, guildId }: Props) { openUserProfile(user.id); }} style={{ - color: settings.store.showRoleColors ? GuildMemberStore.getMember(guildId, user.id)?.colorString : undefined, + color: settings.store.showRoleColors ? typingUserColor(guildId, user.id) : undefined, }} > {settings.store.showAvatars && (