mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
fix customUserColors in typingTweaks (#222)
Some checks are pending
Test / Test (push) Waiting to run
Some checks are pending
Test / Test (push) Waiting to run
This commit is contained in:
parent
5f55d06542
commit
760d34ddc4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const TypingUser = ErrorBoundary.wrap(function ({ user, guildId }: Props) {
|
||||||
openUserProfile(user.id);
|
openUserProfile(user.id);
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
color: settings.store.showRoleColors ? GuildMemberStore.getMember(guildId, user.id)?.colorString : undefined,
|
color: settings.store.showRoleColors ? typingUserColor(guildId, user.id) : undefined,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{settings.store.showAvatars && (
|
{settings.store.showAvatars && (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue