From a07f70fb06c7184843f6c169a29af7ea1c976e77 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 12 Jul 2022 10:58:08 -0400 Subject: [PATCH] tiny is gone --- .../Headers/H2/HeadersH2TinyButtonModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H2/HeadersH2TinyButtonModel.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H2/HeadersH2TinyButtonModel.swift index d4edfd38..ce27740b 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H2/HeadersH2TinyButtonModel.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H2/HeadersH2TinyButtonModel.swift @@ -41,7 +41,7 @@ public class HeadersH2TinyButtonModel: HeaderModel, MoleculeModelProtocol { } super.setDefaults() button.style = .secondary - button.size = .tiny + button.size = .small } //--------------------------------------------------