Use new SoT values for the global header bar view

This commit is contained in:
Bug Magnet 2025-06-12 13:41:26 +02:00
parent c90fca9394
commit 95727b1887

View File

@ -159,9 +159,9 @@ class HeaderBarView: UIView {
super.init(frame: frame)
directionalLayoutMargins = NSDirectionalEdgeInsets(
top: 0,
leading: UIMetrics.contentLayoutMargins.leading,
leading: 16,
bottom: 0,
trailing: UIMetrics.contentLayoutMargins.trailing
trailing: 16
)
accessibilityContainerType = .semanticGroup