diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 09:14:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 09:14:56 +0200 |
| commit | 933078c10e99002c8a5f647e476819f0f1706a14 (patch) | |
| tree | 664f1f0f8f7651bf2f65e81290b6781b335fde4a /Map/Presentation/Preferences/StagesPreferencesView.swift | |
| parent | f4edef273e4501a28cac7cb43fa7ad6f224fcb4a (diff) | |
Adjust spacing and add more translation keys
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) |