We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a56774 commit aefe23eCopy full SHA for aefe23e
FurAffinity/Helper Views/AppIcon.swift
@@ -12,7 +12,7 @@ struct AppIcon: View {
12
Image("AppIcon")
13
.resizable()
14
.aspectRatio(contentMode: .fit)
15
- .frame(width: 150)
+ .frame(width: 100)
16
}
17
18
FurAffinity/HomeView.swift
@@ -50,7 +50,7 @@ struct HomeView: View {
50
51
52
var center: some View {
53
- VStack(spacing: 80) {
+ VStack(spacing: 100) {
54
if checkingConnection {
55
AppIcon()
56
ProgressView("Checking connection…")
0 commit comments