We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d69a339 + 7aa82b8 commit 030b0b2Copy full SHA for 030b0b2
src/ui/src/app.rs
@@ -55,6 +55,6 @@ impl Render for App {
55
let title_bar = components::TitleBar::new()
56
.child(div().flex().flex_row().text_color(rgb(0xFFFFFF)).gap_2().child(img("brand/scope-round-200.png").w_6().h_6()).child("Scope"));
57
58
- div().w_full().h_full().flex().flex_col().child(title_bar).child(content)
+ div().bg(rgb(0x16171B)).w_full().h_full().flex().flex_col().child(title_bar).child(content)
59
}
60
0 commit comments