Skip to content

Commit

Permalink
#171: BaseBottomSheetViewController 타이틀 타이포 iOS 버전 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed Feb 15, 2023
1 parent c404adf commit 4f2fff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BaseBottomSheetViewController<T>: UIViewController, UIViewControllerTransi
var completion: ((T) -> Void)!

let titleLabel = UILabel().then{
$0.font = UIFont.pretendard(size: 16, family: .Bold)
$0.setTypoStyleWithSingleLine(typoStyle: .bold18)
$0.textColor = .black85
}

Expand Down

0 comments on commit 4f2fff6

Please sign in to comment.