update theme
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 9m53s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled

This commit is contained in:
2026-02-21 10:43:36 +07:00
parent bc588114c4
commit e3141aba19
16 changed files with 1229 additions and 1588 deletions

View File

@@ -373,7 +373,7 @@ impl Render for Root {
})
.size_full()
.font_family(font_family)
.bg(cx.theme().background)
.bg(cx.theme().surface_background)
.text_color(cx.theme().text)
.child(self.view.clone()),
)