Skip to content

Commit 72b44fe

Browse files
committed
[BOOK-114] fix: 토끼 수정제안 일부 적용
1 parent 732db67 commit 72b44fe

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Projects/BKDesign/Sources/Components/Button/BKButtonGroup.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ extension BKButtonGroup {
186186
}
187187

188188
/// 수직 버튼 그룹
189+
///
190+
/// - Warning: 입력된 버튼들의 isFullWidth 속성이 true로 변경됩니다.
189191
public static func verticalButtonGroup(
190192
buttons: [BKButton],
191193
spacing: CGFloat = BKSpacing.spacing2

src/Projects/BKDesign/Sources/Extensions/SetNeeds.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public struct SetNeeds<Value: Equatable> {
3636
}
3737

3838
// 뷰를 설정하는 메서드
39-
mutating func configure(with view: UIView) {
39+
public mutating func configure(with view: UIView) {
4040
self.view = view
4141
}
4242

0 commit comments

Comments
 (0)