diff --git a/VDS/Components/TitleLockup/TitleLockup.swift b/VDS/Components/TitleLockup/TitleLockup.swift index 41a6cb70..455ed92b 100644 --- a/VDS/Components/TitleLockup/TitleLockup.swift +++ b/VDS/Components/TitleLockup/TitleLockup.swift @@ -379,7 +379,7 @@ open class TitleLockup: View { } //pin the last view to the bottom of this view - previousView?.pinBottom() + previousView?.pinBottom(0, .defaultHigh) //debugging for borders eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)