diff options
Diffstat (limited to 'Map/Presentation/Preferences/StagesPreferencesView.swift')
| -rw-r--r-- | Map/Presentation/Preferences/StagesPreferencesView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Map/Presentation/Preferences/StagesPreferencesView.swift b/Map/Presentation/Preferences/StagesPreferencesView.swift index b1ce31c..cd347bf 100644 --- a/Map/Presentation/Preferences/StagesPreferencesView.swift +++ b/Map/Presentation/Preferences/StagesPreferencesView.swift @@ -113,7 +113,6 @@ struct StagesPreferencesView: View { Button(action: addStage) { Image(systemName: "plus") } - .buttonStyle(.borderless) } } .padding(.vertical, Dimensions.Spacing.loose) |