added Private channel icon

This commit is contained in:
Indiana Jone (Indi) 2024-11-05 19:12:01 -05:00
parent 53dfffb221
commit 8374195121

View file

@ -29,4 +29,9 @@
/*--- Lock Thread Icon Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M16 18h.5v"] {
fill: var(--yellow-200) !important;
}
}
/*--- Vencord's UserVoiceShow Icon Recolor ---*/
.vc-uvs-speaker path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}