Use Theme::Dark in pure_game_of_life example

This commit is contained in:
Héctor Ramón Jiménez 2022-06-07 04:57:10 +02:00
parent 3a22faaa20
commit f92afa7950
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -152,6 +152,10 @@ impl Application for GameOfLife {
.height(Length::Fill)
.into()
}
fn theme(&self) -> Theme {
Theme::Dark
}
}
fn view_controls<'a>(