Skip to content

Commit

Permalink
Use Dark theme in stopwatch example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 23, 2023
1 parent 7e5be86 commit 398a3f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/stopwatch/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ impl Application for Stopwatch {
.center_y()
.into()
}

fn theme(&self) -> Theme {
Theme::Dark
}
}

0 comments on commit 398a3f0

Please sign in to comment.