Fix sign in required view text layout

This commit is contained in:
Arkadiusz Fal
2022-06-26 12:51:00 +02:00
parent 42f0ff80f8
commit 0f48a14e96
2 changed files with 9 additions and 3 deletions

View File

@@ -79,3 +79,10 @@ struct SubscriptionsView: View {
}
}
}
struct SubscriptonsView_Previews: PreviewProvider {
static var previews: some View {
SubscriptionsView()
.injectFixtureEnvironmentObjects()
}
}