Skip to content

Commit

Permalink
#171: EtcButton 타이포 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed Mar 6, 2023
1 parent 6b38209 commit 107ce3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Zatch/Global/Resource/Old/ZatchComponent/EtcButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class EtcButton: UIButton{

super.init(frame: .zero)

self.setTitle(title, for: .normal)
self.setTitleColor(.black85, for: .normal)
setTitle(title, for: .normal)
setTitleColor(.black85, for: .normal)

self.titleLabel?.textAlignment = .center
self.titleLabel?.font = UIFont.pretendard(size: 16, family: .Bold)
self.titleEdgeInsets = UIEdgeInsets(top: 5, left: 0, bottom: 4, right: 0)
titleLabel?.setTypoStyleWithSingleLine(typoStyle: .bold18)
titleLabel?.textAlignment = .center
titleEdgeInsets = UIEdgeInsets(top: 5, left: 0, bottom: 4, right: 0)
}

init(image: UIImage){
Expand Down

0 comments on commit 107ce3e

Please sign in to comment.