From 302b99c3b2788aad9c2f23592e57a64eb38f3225 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Mon, 6 Dec 2021 23:50:49 +0100 Subject: [PATCH] fix: #155 - label text size for followed centers cell Signed-off-by: Pierre-Yves Lapersonne --- ViteMaDose/Views/Home/Cells/HomeFollowedCentresCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }