Start on workspace notifications

This commit is contained in:
Nathan Sobo 2022-05-10 17:46:46 -06:00
parent 9c68c3e8a9
commit bd2ae304fa
12 changed files with 180 additions and 1 deletions

View file

@ -69,7 +69,7 @@ impl ChatPanel {
.with_style(move |cx| {
let theme = &cx.global::<Settings>().theme.chat_panel.channel_select;
SelectStyle {
header: theme.header.container.clone(),
header: theme.header.container,
menu: theme.menu.clone(),
}
})