From 48f134a83b74a5e0e7bbfd4a1788dd5667b59f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Wed, 29 Apr 2026 15:01:54 +0200 Subject: [PATCH] Fix duplicate chevron on Import/Export Settings row The row in Remote Settings used a NavigationLink (which renders its own chevron) and also added a manual chevron Image, producing a doubled '>>'. Remove the manual chevron and the .plain button style so the NavigationLink renders a single chevron consistent with other rows. --- LoopFollow/Remote/Settings/RemoteSettingsView.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/LoopFollow/Remote/Settings/RemoteSettingsView.swift b/LoopFollow/Remote/Settings/RemoteSettingsView.swift index c9d1878ba..532061013 100644 --- a/LoopFollow/Remote/Settings/RemoteSettingsView.swift +++ b/LoopFollow/Remote/Settings/RemoteSettingsView.swift @@ -71,13 +71,8 @@ struct RemoteSettingsView: View { Image(systemName: "square.and.arrow.down") .foregroundColor(.blue) Text("Import/Export Settings") - Spacer() - Image(systemName: "chevron.right") - .foregroundColor(.secondary) - .font(.caption) } } - .buttonStyle(.plain) } // MARK: - Meal Section (for TRC only)