Mark “Recent searches” as a heading (IOS-78)
This commit is contained in:
parent
3b87916d9a
commit
3b4d782325
|
@ -25,6 +25,7 @@ final class SearchHistorySectionHeaderCollectionReusableView: UICollectionReusab
|
|||
label.font = UIFontMetrics(forTextStyle: .headline).scaledFont(for: .systemFont(ofSize: 22, weight: .bold))
|
||||
label.textColor = Asset.Colors.Label.primary.color
|
||||
label.text = L10n.Scene.Search.Searching.recentSearch
|
||||
label.accessibilityTraits.insert(.header)
|
||||
return label
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue