This commit is contained in:
neon443
2025-08-21 17:20:13 +01:00
parent 29a9d2b188
commit 56ebf6c55d

View File

@@ -69,9 +69,10 @@ struct SettingsView: View {
.padding(5) .padding(5)
Spacer() Spacer()
Text("\(icon)").tag(icon) Text("\(icon)").tag(icon)
.font(.caption) .font(.callout)
.padding(5) .padding(5)
Spacer() .padding(.bottom, 5)
// Spacer()
} }
} }
.frame(maxWidth: 85) .frame(maxWidth: 85)