Footer button filled for iphones

This commit is contained in:
Scott Pfeil 2023-10-23 16:41:08 -04:00
parent 840b473587
commit b1da7aaeed

View File

@ -24,5 +24,9 @@
if bottomPadding == nil {
bottomPadding = PaddingDefaultVerticalSpacing
}
guard let _ = molecule as? ButtonModel,
!MVMCoreGetterUtility.isOnIPad(),
horizontalAlignment == nil else { return }
horizontalAlignment = .fill
}
}