From 56ebf6c55d2d78d9aab44e882bfbc6f84a676dc3 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:20:13 +0100 Subject: [PATCH] asdfg --- ShhShell/Views/Settings/SettingsView.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ShhShell/Views/Settings/SettingsView.swift b/ShhShell/Views/Settings/SettingsView.swift index 85bccb8..3a53a09 100644 --- a/ShhShell/Views/Settings/SettingsView.swift +++ b/ShhShell/Views/Settings/SettingsView.swift @@ -69,9 +69,10 @@ struct SettingsView: View { .padding(5) Spacer() Text("\(icon)").tag(icon) - .font(.caption) + .font(.callout) .padding(5) - Spacer() + .padding(.bottom, 5) +// Spacer() } } .frame(maxWidth: 85)