I'm using this line to change tabBar color :
tabBar.theme_tintColor = ThemeColorPicker.pickerWithUIColors([.white, .black])
when app loads with first theme there's no problem.

But if app loads with second theme when i change theme to the first, tabBar border will be faded!

any help?