File tree Expand file tree Collapse file tree
Projects/Presentation/Sources/Home/View/Component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55// Created by 최정인 on 7/18/25.
66//
77
8+ import SnapKit
89import UIKit
910
1011protocol RoutineViewDelegate : AnyObject {
@@ -142,6 +143,7 @@ final class RoutineView: UIView {
142143 } , for: . touchUpInside)
143144 subRoutineStackView. addArrangedSubview ( subRoutineView)
144145 subRoutineView. snp. makeConstraints { make in
146+ make. horizontalEdges. equalToSuperview ( )
145147 make. height. equalTo ( Layout . subRoutineViewHeight)
146148 }
147149 }
Original file line number Diff line number Diff line change 55// Created by 최정인 on 7/18/25.
66//
77
8+ import SnapKit
89import UIKit
910
1011final class SubRoutineButton : UIButton {
@@ -57,6 +58,7 @@ final class SubRoutineButton: UIButton {
5758 routineLabel. snp. makeConstraints { make in
5859 make. centerY. equalToSuperview ( )
5960 make. leading. equalTo ( checkButton. snp. trailing) . offset ( Layout . routineLabelLeadingSpacing)
61+ make. trailing. equalToSuperview ( )
6062 }
6163 }
6264
You can’t perform that action at this time.
0 commit comments