Skip to content

Commit e81bef8

Browse files
authored
Merge pull request #92 from OlegEremenko991/newDesign
Обновил паддинги на экране информации (настройки)
2 parents fb05db4 + 8cbf1cb commit e81bef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SwiftUI-WorkoutApp/Screens/Profile/Settings/ProfileSettingsView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ struct ProfileSettingsView: View {
5050
dividerView
5151
logoutButton
5252
}
53-
.padding(.top, 14)
54-
.padding(.horizontal)
53+
.padding()
5554
}
5655
.background(Color.swBackground)
5756
.navigationTitle(mode.title)

0 commit comments

Comments
 (0)