From 933078c10e99002c8a5f647e476819f0f1706a14 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 09:14:56 +0200 Subject: Adjust spacing and add more translation keys --- Map/Presentation/Preferences/StagesPreferencesView.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Map/Presentation/Preferences/StagesPreferencesView.swift') 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) -- cgit