diff --git a/VDS/Components/BadgeIndicator/BadgeIndicator.swift b/VDS/Components/BadgeIndicator/BadgeIndicator.swift index 23a63e40..89d886c6 100644 --- a/VDS/Components/BadgeIndicator/BadgeIndicator.swift +++ b/VDS/Components/BadgeIndicator/BadgeIndicator.swift @@ -74,11 +74,11 @@ open class BadgeIndicator: View { /// Enum type describing size of Badge Indicator. public enum Size: String, CaseIterable { - case xxlarge = "2XLarge" - case xlarge = "XLarge" - case large = "Large" - case medium = "Medium" - case small = "Small" + case xxlarge + case xlarge + case large + case medium + case small /// Dynamic TextStyle for the size. public var textStyle: TextStyle {