Skip to content

Commit

Permalink
Merge pull request #135 from teamCA-PIN/feature/#114
Browse files Browse the repository at this point in the history
[fix] λ§ˆμ΄νŽ˜μ΄μ§€ λ²„νŠΌ μ›Œλ”© λ³€κ²½
  • Loading branch information
seohyun-106 authored Jan 10, 2022
2 parents 2fd1b6d + 52cafea commit 696f7bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ extension MypageViewController {
}
func layoutCafeTITestButton() {
self.buttonContainerView.add(self.cafeTITestButton) {
$0.setupButton(title: "카페TI 검사", color: .black, font: UIFont.notoSansKRRegularFont(fontSize: 12), backgroundColor: .clear, state: .normal, radius: 0)
$0.setupButton(title: "CAFETI 검사", color: .black, font: UIFont.notoSansKRRegularFont(fontSize: 12), backgroundColor: .clear, state: .normal, radius: 0)
$0.titleLabel?.letterSpacing = -0.6
let leading = (self.screenWidth - 58*4 - 3) / 4
$0.snp.makeConstraints {
$0.width.equalTo(58)
$0.width.equalTo(60)
$0.height.equalTo(21)
$0.centerY.equalToSuperview()
$0.leading.equalToSuperview().offset(leading)
Expand Down

0 comments on commit 696f7bc

Please sign in to comment.