diff --git a/VDS/Components/TitleLockup/TitleLockup.swift b/VDS/Components/TitleLockup/TitleLockup.swift index 46529b0f..a54982c5 100644 --- a/VDS/Components/TitleLockup/TitleLockup.swift +++ b/VDS/Components/TitleLockup/TitleLockup.swift @@ -385,7 +385,7 @@ open class TitleLockup: View { } //pin the last view to the bottom of this view - previousView?.pinBottom(anchor: bottomAnchor, priority: .defaultLow) + previousView?.pinBottom(anchor: bottomAnchor, priority: UILayoutPriority(700)) //debugging for borders eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)