diff --git a/IceCubesApp/App/Tabs/Settings/AboutView.swift b/IceCubesApp/App/Tabs/Settings/AboutView.swift index 8e16d849..c1c2da47 100644 --- a/IceCubesApp/App/Tabs/Settings/AboutView.swift +++ b/IceCubesApp/App/Tabs/Settings/AboutView.swift @@ -100,5 +100,6 @@ struct AboutView: View { struct AboutView_Previews: PreviewProvider { static var previews: some View { AboutView() + .environmentObject(Theme.shared) } }