Forráskód Böngészése

Fix duplicate chevron on Import/Export Settings row (#628)

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.
Jonas Björkert 3 hónapja
szülő
commit
bf6c44fa91
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      LoopFollow/Remote/Settings/RemoteSettingsView.swift

+ 0 - 5
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)