@@ -12,7 +12,7 @@ final class DCNavigationController: UINavigationController {
} else {
navigationBar.setBackgroundImage(UIImage(), for: .default)
}
-
+ navigationBar.backgroundColor = .white;
setShadow(nil)
@@ -18,6 +18,7 @@ class AppCoordinator: NSObject, Coordinator {
// put viewControllers here
tabBarController.delegate = self
tabBarController.tabBar.tintColor = DCColors.primary
+ tabBarController.tabBar.backgroundColor = .white
return tabBarController
}()