Skip to content

Commit

Permalink
[Chore] sopt-makers#153- 폰트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Apr 15, 2023
1 parent 0be3553 commit 9d2c1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ extension TodayScheduleView {
placeLabel.text = place
titleLabel.text = I18N.Attendance.today + todaySchedule + I18N.Attendance.dayIs
titleLabel.partFontChange(targetString: todaySchedule,
font: DSKitFontFamily.Suit.bold.font(size: 18))
font: DSKitFontFamily.Suit.bold.font(size: 17))
subtitleLabel.text = description
subtitleLabel.isHidden = ((description?.isEmpty) == nil || description == "")
}
Expand Down

0 comments on commit 9d2c1ff

Please sign in to comment.