fix about view preview (#1156)
This commit is contained in:
parent
b08e783cb8
commit
700ace10d9
|
@ -100,5 +100,6 @@ struct AboutView: View {
|
|||
struct AboutView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
AboutView()
|
||||
.environmentObject(Theme.shared)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue