Skip to content

Commit

Permalink
Merge pull request #158 from CovidTrackerFr/bugs/155_FavoriteCentersC…
Browse files Browse the repository at this point in the history
…ellFontSize

fix: #155 - label text size for followed centers cell
  • Loading branch information
victor-sarda authored Dec 6, 2021
2 parents b6e4ee4 + 302b99c commit d188337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class HomeFollowedCentresCell: UITableViewCell {
static let nameTextColor: UIColor = .label
static let codeBackgroundColor: UIColor = .royalBlue
static let cellBackgroundColor: UIColor = .tertiarySystemBackground
static let titleFont: UIFont = .accessibleTitle1Bold
static let titleFont: UIFont = .accessibleBodyBold
static let labelsFont: UIFont = .rounded(ofSize: 18, weight: .bold)
static let viewsCornerRadius: CGFloat = 15
}
Expand Down

0 comments on commit d188337

Please sign in to comment.