Fix style in solar_system example

This commit is contained in:
Héctor Ramón Jiménez 2024-02-10 00:39:31 +01:00
parent 8a8c1ab2c8
commit 6600f66cbd
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -88,7 +88,7 @@ impl Application for SolarSystem {
}
}
theme::Application::from(dark_background as fn(&Theme) -> _)
theme::Application::custom(dark_background)
}
fn subscription(&self) -> Subscription<Message> {