Use Dark theme in stopwatch example
This commit is contained in:
parent
7e5be8680b
commit
398a3f0897
1 changed files with 4 additions and 0 deletions
|
|
@ -134,4 +134,8 @@ impl Application for Stopwatch {
|
|||
.center_y()
|
||||
.into()
|
||||
}
|
||||
|
||||
fn theme(&self) -> Theme {
|
||||
Theme::Dark
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue