Fix style in solar_system example
This commit is contained in:
parent
8a8c1ab2c8
commit
6600f66cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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> {
|
fn subscription(&self) -> Subscription<Message> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue