diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift b/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift index 10fb4b72..ab46e476 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift @@ -211,6 +211,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol { widthConstraint.isActive = true minimumWidthConstraint.isActive = false } else if !minimumWidthConstraint.isActive { + minimumWidthConstraint.constant = buttonSize.minimumWidth() minimumWidthConstraint.isActive = true widthConstraint.isActive = false }