mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 00:36:23 +00:00
Merge branch 'dev' into immediate-finds
This commit is contained in:
commit
72ff429d5a
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export const VoiceChannelIndicator = ErrorBoundary.wrap(({ userId, isActionButto
|
|||
onClick
|
||||
};
|
||||
|
||||
return <div className={isMessageIndicator ? cl("speaker-vertical-margin") : undefined}>
|
||||
return <div className={isMessageIndicator ? cl("message-indicator") : undefined}>
|
||||
{isLocked ?
|
||||
<LockedSpeakerIcon {...iconProps} />
|
||||
: <SpeakerIcon {...iconProps} />}
|
||||
|
|
Loading…
Reference in a new issue