refactored due to the DefaultValuing update

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-15 15:42:28 -05:00
parent 393b791a40
commit a95499b186

View File

@ -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"