Skip to content

Commit

Permalink
💄 :: 포인트 컬러 변경 2t
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Nov 21, 2023
1 parent ab2fd97 commit f12f110
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ extension PermissionViewController {
.kern: -0.5]
)
self.confirmButton.setAttributedTitle(confirmAttributedString, for: .normal)
self.confirmButton.backgroundColor = DesignSystemAsset.PrimaryColor.point.color

self.borderViewWidthConstraint.constant = APP_WIDTH() < 375 ? (APP_WIDTH()-40.0) : 335.0
self.view.layoutIfNeeded()
Expand Down

0 comments on commit f12f110

Please sign in to comment.