diff --git a/MVMCoreUI/Atomic/Molecules/HorizontalCombinationViews/TabBar.swift b/MVMCoreUI/Atomic/Molecules/HorizontalCombinationViews/TabBar.swift index 2b87daf8..1cf06325 100644 --- a/MVMCoreUI/Atomic/Molecules/HorizontalCombinationViews/TabBar.swift +++ b/MVMCoreUI/Atomic/Molecules/HorizontalCombinationViews/TabBar.swift @@ -40,9 +40,9 @@ import Foundation if #available(iOS 13.0, *) { let appearance = UITabBarAppearance() appearance.backgroundColor = model.backgroundColor?.uiColor - setTabBarItemColors(appearance.stackedLayoutAppearance, model: model) - setTabBarItemColors(appearance.inlineLayoutAppearance, model: model) - setTabBarItemColors(appearance.compactInlineLayoutAppearance, model: model) + set(tabItemAppearance: appearance.stackedLayoutAppearance, model: model) + set(tabItemAppearance: appearance.inlineLayoutAppearance, model: model) + set(tabItemAppearance: appearance.compactInlineLayoutAppearance, model: model) standardAppearance = appearance } else { // Fallback on earlier versions