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. <img width="380" alt="bordered" src="https://user-images.githubusercontent.com/39209402/110986653-29ca2480-8383-11eb-8e0a-88fdc6631777.png"> But if app loads with second theme when i change theme to the first, tabBar border will be faded! <img width="378" alt="no border" src="https://user-images.githubusercontent.com/39209402/110986682-351d5000-8383-11eb-9848-1bef71c2c1f9.png"> any help?