fixed constraint error

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-09-13 08:22:58 -05:00
parent 184d450c05
commit 3d52d210f3

View File

@ -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)