removed hardcoded strings

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-15 13:07:03 -05:00
parent be14df768a
commit 6adca04f5e

View File

@ -74,11 +74,11 @@ open class BadgeIndicator: View {
/// Enum type describing size of Badge Indicator. /// Enum type describing size of Badge Indicator.
public enum Size: String, CaseIterable { public enum Size: String, CaseIterable {
case xxlarge = "2XLarge" case xxlarge
case xlarge = "XLarge" case xlarge
case large = "Large" case large
case medium = "Medium" case medium
case small = "Small" case small
/// Dynamic TextStyle for the size. /// Dynamic TextStyle for the size.
public var textStyle: TextStyle { public var textStyle: TextStyle {