diff --git a/MVMCoreUI/Molecules/DesignedComponents/HeadersH1Button.swift b/MVMCoreUI/Molecules/DesignedComponents/HeadersH1Button.swift index 7e600f7b..0600cf1e 100644 --- a/MVMCoreUI/Molecules/DesignedComponents/HeadersH1Button.swift +++ b/MVMCoreUI/Molecules/DesignedComponents/HeadersH1Button.swift @@ -50,7 +50,7 @@ import Foundation open override func reset() { super.reset() - headlineBody.reset() + headlineBody.styleLandingPageHeader() button.reset() } }