From 3d52d210f31173765203ce0f3e47717d1b3428e0 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 13 Sep 2023 08:22:58 -0500 Subject: [PATCH] fixed constraint error Signed-off-by: Matt Bruce --- VDS/Components/TitleLockup/TitleLockup.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)