make sure channel list view uses theme accent color fr

This commit is contained in:
ouwou
2024-02-19 02:22:28 -05:00
parent bddaf99c12
commit 0f5c4524c0

View File

@@ -156,3 +156,7 @@
min-width: 0px;
min-height: 0px;
}
.channel-list .view:selected {
background-color: @theme_selected_bg_color;
}