Skip to content

Commit

Permalink
[#134] YDSList의 spacing 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lygon55555 committed Jun 29, 2022
1 parent b5623be commit df27aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YDS/Source/Component/List/YDSList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class YDSList: UIView {
stackView.axis = .vertical
stackView.distribution = .fill
stackView.alignment = .center
stackView.spacing = 0
stackView.spacing = YDSTextFieldView.Dimension.subviewSpacing
return stackView
}()
Expand Down

0 comments on commit df27aef

Please sign in to comment.