diff --git a/src/main.rs b/src/main.rs index 26f1ccb..218fed1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,7 +83,7 @@ impl App { fn style(&self, theme: &iced::Theme) -> iced::theme::Style { iced::theme::Style { - background_color: Color::from_rgba(0., 0., 0., 1.), + background_color: Color::TRANSPARENT, text_color: theme.palette().text, } }