mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-17 04:36:39 +00:00
fix about view preview (#1156)
This commit is contained in:
parent
b08e783cb8
commit
700ace10d9
1 changed files with 1 additions and 0 deletions
|
@ -100,5 +100,6 @@ struct AboutView: View {
|
||||||
struct AboutView_Previews: PreviewProvider {
|
struct AboutView_Previews: PreviewProvider {
|
||||||
static var previews: some View {
|
static var previews: some View {
|
||||||
AboutView()
|
AboutView()
|
||||||
|
.environmentObject(Theme.shared)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue