transparent background

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-20 20:37:39 +01:00
parent 93857e2f18
commit 80d13f40e8

View file

@ -83,7 +83,7 @@ impl App {
fn style(&self, theme: &iced::Theme) -> iced::theme::Style { fn style(&self, theme: &iced::Theme) -> iced::theme::Style {
iced::theme::Style { iced::theme::Style {
background_color: Color::from_rgba(0., 0., 0., 1.), background_color: Color::TRANSPARENT,
text_color: theme.palette().text, text_color: theme.palette().text,
} }
} }