[FIX] Various UI issues

This commit is contained in:
Fabian Thies
2023-02-04 12:55:25 +01:00
parent 132b140af2
commit 767d878051
4 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ struct BrowseAppPreviewView: View {
if let subtitle = storeApp.subtitle {
Text(subtitle)
.multilineTextAlignment(.center)
}
if !storeApp.screenshotURLs.isEmpty {
@@ -28,6 +29,7 @@ struct BrowseAppPreviewView: View {
}
}
.frame(height: 300)
.shadow(radius: 8)
}
}
}