update tabbar

This commit is contained in:
2026-09-24 13:54:04 +07:00
parent 610bf816b0
commit 2a50804583
12 changed files with 80 additions and 242 deletions
+4 -1
View File
@@ -58,13 +58,16 @@ impl Panel for GreeterPanel {
}
fn title(&self, cx: &App) -> AnyElement {
div()
h_flex()
.gap_1()
.text_xs()
.child(
svg()
.path("brand/coop.svg")
.size_4()
.text_color(cx.theme().text_muted),
)
.child("Welcome")
.into_any_element()
}
}