Use new SoT values for the global header bar view
This commit is contained in:
parent
c90fca9394
commit
95727b1887
@ -159,9 +159,9 @@ class HeaderBarView: UIView {
|
|||||||
super.init(frame: frame)
|
super.init(frame: frame)
|
||||||
directionalLayoutMargins = NSDirectionalEdgeInsets(
|
directionalLayoutMargins = NSDirectionalEdgeInsets(
|
||||||
top: 0,
|
top: 0,
|
||||||
leading: UIMetrics.contentLayoutMargins.leading,
|
leading: 16,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
trailing: UIMetrics.contentLayoutMargins.trailing
|
trailing: 16
|
||||||
)
|
)
|
||||||
|
|
||||||
accessibilityContainerType = .semanticGroup
|
accessibilityContainerType = .semanticGroup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user