Skip to content

Commit bf6c44f

Browse files
authored
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.
1 parent d691b34 commit bf6c44f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

LoopFollow/Remote/Settings/RemoteSettingsView.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,8 @@ struct RemoteSettingsView: View {
7171
Image(systemName: "square.and.arrow.down")
7272
.foregroundColor(.blue)
7373
Text("Import/Export Settings")
74-
Spacer()
75-
Image(systemName: "chevron.right")
76-
.foregroundColor(.secondary)
77-
.font(.caption)
7874
}
7975
}
80-
.buttonStyle(.plain)
8176
}
8277

8378
// MARK: - Meal Section (for TRC only)

0 commit comments

Comments
 (0)