From a95499b18636377d05da84ba2711906b5b6736f5 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 15 Aug 2024 15:42:28 -0500 Subject: [PATCH] refactored due to the DefaultValuing update Signed-off-by: Matt Bruce --- VDS/Components/Carousel/Carousel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Carousel/Carousel.swift b/VDS/Components/Carousel/Carousel.swift index f8d62520..9e14d3d3 100644 --- a/VDS/Components/Carousel/Carousel.swift +++ b/VDS/Components/Carousel/Carousel.swift @@ -58,7 +58,7 @@ open class Carousel: View { } /// Space between each tile. The default value will be 6X in tablet and 3X in mobile. - public enum Gutter: String, CaseIterable , DefaultValuing { + public enum Gutter: String, CaseIterable , DefaultValuing, Valuing { case gutter3X = "3X" case gutter6X = "6X"