Skip to content

Commit

Permalink
Set spacing to 0 in FormSpitItemView
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Feb 26, 2025
1 parent f46df1b commit 51fafee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adyen/UI/Form/Items/Split/FormSplitItemView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal final class FormSplitItemView: FormItemView<FormSplitItem> {
stackView.axis = .horizontal
stackView.alignment = .top
stackView.distribution = .fillEqually
stackView.spacing = 16
stackView.spacing = 0
return stackView
}()

Expand Down

0 comments on commit 51fafee

Please sign in to comment.