diff options
Diffstat (limited to 'Jel/Views/Settings/SettingsView.swift')
-rw-r--r-- | Jel/Views/Settings/SettingsView.swift | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Jel/Views/Settings/SettingsView.swift b/Jel/Views/Settings/SettingsView.swift index 6eaa2e2..676b977 100644 --- a/Jel/Views/Settings/SettingsView.swift +++ b/Jel/Views/Settings/SettingsView.swift @@ -17,8 +17,10 @@ struct SettingsView: View { var body: some View { NavigationStack { Form { - Section { + Section() { AppearancePicker() + } header: { + Text("Accessibility") } Section { |