Box Custom in Theme

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 03:27:55 +01:00
parent f04336dd5c
commit df78777675
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 6 additions and 6 deletions

View file

@ -205,7 +205,7 @@ impl Application for ScrollableDemo {
}
fn theme(&self) -> Theme {
self.theme
self.theme.clone()
}
}