diff --git a/MVMCoreUI/Atoms/Buttons/Link.swift b/MVMCoreUI/Atoms/Buttons/Link.swift index 6107fce0..b31b2c34 100644 --- a/MVMCoreUI/Atoms/Buttons/Link.swift +++ b/MVMCoreUI/Atoms/Buttons/Link.swift @@ -68,7 +68,7 @@ extension Link: MVMCoreViewProtocol { var width = size if MVMCoreGetterUtility.fequal(a: Float(CGFloat.leastNormalMagnitude), b: Float(size)) { - width = MVMCoreUISplitViewController.getApplicationViewWidth() + width = MVMCoreUIUtility.getWidth() } self.titleLabel?.font = MFStyler.fontB2(forWidth: width) guard let heightConstraint = self.heightConstraint else { return }