diff --git a/ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift b/ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift index d316755d..249f668c 100644 --- a/ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift +++ b/ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift @@ -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 }