Skip to content

Commit

Permalink
fix: #155 - label text size for followed centers cell
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info>
  • Loading branch information
pylapp committed Dec 6, 2021
1 parent 1531cf5 commit 302b99c
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 302b99c

Please sign in to comment.