Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
3301a08ac7
commit
403e5b4613
@ -15,7 +15,6 @@ class BreadcrumbsViewController: BaseViewController<Breadcrumbs> {
|
||||
|
||||
var selectedSwitch = Toggle()
|
||||
var sampleSwitch = Toggle()
|
||||
var line = Line()
|
||||
var selectedCrumbLabel = Label().with { $0.textStyle = .boldBodyMedium }
|
||||
var allBreadcrumbs: [Breadcrumbs.BreadcrumbItemModel] = [
|
||||
.init(text: "Home"),
|
||||
@ -67,7 +66,6 @@ class BreadcrumbsViewController: BaseViewController<Breadcrumbs> {
|
||||
surfacePickerSelectorView.onPickerDidSelect = { [weak self] item in
|
||||
self?.component.surface = item
|
||||
self?.contentTopView.backgroundColor = item.color
|
||||
self?.line.surface = item
|
||||
self?.selectedCrumbLabel.surface = item
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user