refactored enums for badge
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2223945509
commit
ce0d759ca0
@ -40,7 +40,7 @@ class BadgeViewController: BaseViewController {
|
||||
lazy var fillColorPickerSelectorView = {
|
||||
PickerSelectorView(title: "red",
|
||||
picker: self.picker,
|
||||
items: BadgeFillColor.allCases)
|
||||
items: Badge.FillColor.allCases)
|
||||
}()
|
||||
|
||||
lazy var numberOfLinesPickerSelectorView = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user