From 83741951215e4b7bddab6e872b9aade7e8849601 Mon Sep 17 00:00:00 2001 From: Krystal Date: Tue, 5 Nov 2024 19:12:01 -0500 Subject: [PATCH] added Private channel icon --- PrivateChannelRecolor.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; +}