From 185912467ed309d30a019d3e4da2988d7e203c8b Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 17 Apr 2024 16:24:03 -0500 Subject: [PATCH] VDS Team removed 2x and replaced with 3x in the spec. Signed-off-by: Matt Bruce --- MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift b/MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift index 3e6ed245..d78e7be6 100644 --- a/MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift +++ b/MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift @@ -112,8 +112,8 @@ extension VDS.TileContainer.Padding: Codable { do { let type = try container.decode(String.self) switch type { - case "padding2X": - self = .padding2X + case "padding3X": + self = .padding3X case "padding4X": self = .padding4X case "padding6X":