Add additional notifications and style tweaks
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
be3cc6458c
commit
229ba0744e
3 changed files with 111 additions and 22 deletions
|
@ -12,6 +12,7 @@ impl UnreadIndicator {
|
|||
|
||||
fn render<V: 'static>(self, _view: &mut V, cx: &mut ViewContext<V>) -> impl Component<V> {
|
||||
div()
|
||||
.rounded_full()
|
||||
.border_2()
|
||||
.border_color(cx.theme().colors().surface)
|
||||
.w(px(9.0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue