Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-12-18 13:39:39 +01:00
parent ba1ec7c559
commit af85c67163
7 changed files with 17 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ struct NoCommentsView: View {
var systemImage: String
var body: some View {
VStack(alignment: .center, spacing: 10) {
VStack(spacing: 10) {
Image(systemName: systemImage)
.font(.system(size: 36))