diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index 158ee439..f27c7fc2 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -38,7 +38,7 @@ open class TileContainer: Control { case transparent } - public enum Padding: String, Codable { + public enum Padding: String, Codable, CaseIterable { case padding2X case padding4X case padding6X