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"