Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
fix UI7NavigationBar colors by style
Browse files Browse the repository at this point in the history
issue #109 related
  • Loading branch information
youknowone committed Sep 25, 2013
1 parent 39f14d3 commit 1a61f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI7Kit/UI7Color.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ - (UIColor *)highligtedColor {
@implementation UI7Color

+ (UIColor *)defaultBarColor {
return [UIColor colorWith8bitWhite:255 alpha:250];
return [UIColor colorWith8bitWhite:255 alpha:167];
}

+ (UIColor *)blackBarColor {
return [UIColor colorWith8bitWhite:90 alpha:250];
return [UIColor colorWith8bitWhite:0 alpha:167];
}

+ (UIColor *)blackTabBarColor {
Expand Down

0 comments on commit 1a61f65

Please sign in to comment.