Use Dark theme in stopwatch example

This commit is contained in:
Héctor Ramón Jiménez 2023-08-23 20:50:31 +02:00
parent 7e5be8680b
commit 398a3f0897
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -134,4 +134,8 @@ impl Application for Stopwatch {
.center_y()
.into()
}
fn theme(&self) -> Theme {
Theme::Dark
}
}