Skip to content

Commit

Permalink
💄 UI: #2 - CMCTextField 버튼 trailing값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
usa4060 committed Nov 25, 2023
1 parent ea6b0ad commit f41775a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DesignSystem/Sources/CMCTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public final class CMCTextField: UIView{
bottomBoarder.snp.makeConstraints {
$0.height.equalTo(1)
$0.leading.bottom.equalToSuperview()
$0.trailing.equalTo(accessoryCMCButton.snp.leading).offset(-8)
$0.trailing.equalTo(accessoryCMCButton.snp.leading).offset(-16)
}

textField.snp.makeConstraints {
Expand Down Expand Up @@ -203,8 +203,8 @@ public final class CMCTextField: UIView{
accessoryCMCButton.snp.makeConstraints {
$0.height.equalTo(34)
$0.width.equalTo(76)
$0.trailing.equalToSuperview().offset(-18)
$0.centerY.equalToSuperview()
$0.trailing.equalToSuperview()
$0.bottom.equalTo(bottomBoarder.snp.top).offset(-10)
}


Expand Down

0 comments on commit f41775a

Please sign in to comment.