Skip to content

Commit aefe23e

Browse files
committed
Re-adjust homescreen layout
1 parent 8a56774 commit aefe23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FurAffinity/Helper Views/AppIcon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct AppIcon: View {
1212
Image("AppIcon")
1313
.resizable()
1414
.aspectRatio(contentMode: .fit)
15-
.frame(width: 150)
15+
.frame(width: 100)
1616
}
1717
}
1818

FurAffinity/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct HomeView: View {
5050
}
5151

5252
var center: some View {
53-
VStack(spacing: 80) {
53+
VStack(spacing: 100) {
5454
if checkingConnection {
5555
AppIcon()
5656
ProgressView("Checking connection…")

0 commit comments

Comments
 (0)