Fix sign in required view text layout

This commit is contained in:
Arkadiusz Fal
2022-06-26 12:51:00 +02:00
parent e9cdc8f63a
commit 0b3552d894
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()
}
}