Merge branch 'bugfix/tabs_line_color' into 'release/10_1_0'
CXTDT-297860 See merge request BPHV_MIPS/mvm_core_ui!890
This commit is contained in:
commit
048266d54d
@ -155,6 +155,9 @@ import VDSColorTokens
|
||||
self.additionalData = additionalData
|
||||
selectedIndex = tabsModel?.selectedIndex ?? 0
|
||||
selectionLine.backgroundColor = tabsModel?.selectedBarColor.uiColor
|
||||
let lineModel = bottomLine.lineModel ?? LineModel(type: .secondary)
|
||||
lineModel.inverted = tabsModel?.style == .dark
|
||||
bottomLine.set(with: lineModel, delegateObject, additionalData)
|
||||
reloadData()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user