Skip to content

Commit

Permalink
Change vertical spacing of UnsplashConfigView.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasudev committed Jan 30, 2022
1 parent 769fd5f commit fe2d73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct UnsplashConfigView: View {
UPConfiguration.shared.accessKey = unsplashAccessKey.isEmpty ? "<YOUR_ACCESS_KEY>" : unsplashAccessKey
}
public var body: some View {
VStack(alignment: .leading, spacing: 6) {
VStack(alignment: .leading, spacing: 8) {
HStack {
Text("Unsplash Configuration")
.font(.caption)
Expand Down
2 changes: 2 additions & 0 deletions Sources/FabulaItemsProvider/Items/P215_UnsplashProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,7 @@ struct RowUserView: View {
struct P215_UnsplashProvider_Previews: PreviewProvider {
static var previews: some View {
P215_UnsplashProvider()
.background(Color.fabulaBack1)
.preferredColorScheme(.dark)
}
}

0 comments on commit fe2d73f

Please sign in to comment.