Skip to content

Commit

Permalink
style/#334 오토레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JinUng41 committed Aug 26, 2024
1 parent 2dc5807 commit 0ea3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkuMulKum/Source/MeetingInfo/View/MeetingInfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ final class MeetingInfoView: BaseView {

segmentedControl.snp.makeConstraints {
$0.top.equalTo(promiseDescriptionLabel.snp.bottom).offset(16)
$0.leading.equalToSuperview().offset(20)
$0.leading.equalToSuperview().offset(15)
$0.height.equalTo(Screen.height(26))
}

Expand Down

0 comments on commit 0ea3f94

Please sign in to comment.