Skip to content

Commit d8f71ca

Browse files
authored
Merge branch 'master' into feature/feedback
2 parents 6c410bc + 7709509 commit d8f71ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ownCloudAppShared/Client/Collection Views/Cells/ActionCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ActionCell: ThemeableCollectionViewCell {
110110

111111
titleLabel.textAlignment = .center
112112

113-
titleLabel.font = UIFont.systemFont(ofSize: 10)
113+
titleLabel.font = UIFont.preferredFont(forTextStyle: .caption2)
114114

115115
self.configuredConstraints = [
116116
iconView.leadingAnchor.constraint(greaterThanOrEqualTo: contentView.leadingAnchor, constant: iconInsets.left),

ownCloudAppShared/Client/View Controllers/ClientItemViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ open class ClientItemViewController: CollectionViewController, SortBarDelegate,
283283

284284
footerFolderStatisticsLabel = ThemeCSSLabel(withSelectors: [.sectionFooter, .statistics])
285285
footerFolderStatisticsLabel?.translatesAutoresizingMaskIntoConstraints = false
286-
footerFolderStatisticsLabel?.font = UIFont.systemFont(ofSize: UIFont.smallSystemFontSize)
286+
footerFolderStatisticsLabel?.font = UIFont.preferredFont(forTextStyle: .footnote)
287287
footerFolderStatisticsLabel?.textAlignment = .center
288288
footerFolderStatisticsLabel?.setContentHuggingPriority(.required, for: .vertical)
289289
footerFolderStatisticsLabel?.setContentCompressionResistancePriority(.required, for: .vertical)

0 commit comments

Comments
 (0)