diff --git a/PrivateChannelRecolor.css b/PrivateChannelRecolor.css index a72df6f..27d4681 100644 --- a/PrivateChannelRecolor.css +++ b/PrivateChannelRecolor.css @@ -29,4 +29,9 @@ /*--- Lock Thread Icon Message Bar Icon Recolor ---*/ .icon_bcc24e path[d^="M16 18h.5v"] { fill: var(--yellow-200) !important; -} \ No newline at end of file +} + +/*--- Vencord's UserVoiceShow Icon Recolor ---*/ +.vc-uvs-speaker path[d^="M16 4h.5v"] { + fill: var(--yellow-200) !important; +}