fix about view preview (#1156)

This commit is contained in:
Keita Watanabe 2023-03-04 17:31:22 +09:00 committed by GitHub
parent b08e783cb8
commit 700ace10d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,5 +100,6 @@ struct AboutView: View {
struct AboutView_Previews: PreviewProvider {
static var previews: some View {
AboutView()
.environmentObject(Theme.shared)
}
}