Skip to content

Commit 9039aed

Browse files
committed
style(settings): adjust layout in service configuration view
Adds a `Spacer` to push the validation button to the bottom of the view. This creates better visual separation and a more balanced layout in the service configuration section.
1 parent 0e745dc commit 9039aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Easydict/Swift/View/SettingView/Tabs/ServiceConfigurationView/ServiceConfigurationSecretSectionView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ struct ServiceConfigurationSecretSectionView<Content: View>: View {
5858
Spacer()
5959
}
6060

61+
Spacer()
62+
6163
Button {
6264
validate()
6365
} label: {

0 commit comments

Comments
 (0)