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