fix anonymous option showing black text in channel selector

This commit is contained in:
Sean Yesmunt 2021-02-18 17:06:31 -05:00
parent 675cb3119d
commit 05b998c0ee

View file

@ -343,6 +343,7 @@ $metadata-z-index: 1;
.channel__list-text {
font-weight: var(--font-weight-bold);
color: var(--color-text);
}
.channel__selector {