files/app/app_delegate.rb in motion-prime-0.5.0 vs files/app/app_delegate.rb in motion-prime-0.5.1

- old
+ new

@@ -4,10 +4,10 @@ open_screen HomeScreen.new, sidebar: SidebarScreen.new(navigation: false) end def setup_navigation_styles bar_appearance = UINavigationBar.appearance - bar_appearance.barTintColor = Prime::Config.color.dark.uicolor + bar_appearance.barTintColor = :app_dark.uicolor settings = { UITextAttributeFont => Prime::Config.font.name.uifont(17), UITextAttributeTextColor => :white.uicolor } \ No newline at end of file