Skip to content

Commit 030b0b2

Browse files
authored
Merge pull request #24 from circularsprojects/main
add bg
2 parents d69a339 + 7aa82b8 commit 030b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ impl Render for App {
5555
let title_bar = components::TitleBar::new()
5656
.child(div().flex().flex_row().text_color(rgb(0xFFFFFF)).gap_2().child(img("brand/scope-round-200.png").w_6().h_6()).child("Scope"));
5757

58-
div().w_full().h_full().flex().flex_col().child(title_bar).child(content)
58+
div().bg(rgb(0x16171B)).w_full().h_full().flex().flex_col().child(title_bar).child(content)
5959
}
6060
}

0 commit comments

Comments
 (0)