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

Commit

Permalink
[UI] fix background color of iPad tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Porat committed Sep 23, 2011
1 parent 97bbe2f commit e5f842d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Three20Style/Sources/TTDefaultStyleSheet.m
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ - (UIColor*)highlightedTextColor {

///////////////////////////////////////////////////////////////////////////////////////////////////
- (UIColor*)backgroundTextColor {
return [UIColor whiteColor];
return [UIColor clearColor];
}


Expand All @@ -755,7 +755,7 @@ - (UIFont*)font {

///////////////////////////////////////////////////////////////////////////////////////////////////
- (UIColor*)backgroundColor {
return [UIColor whiteColor];
return [UIColor clearColor];
}


Expand Down

0 comments on commit e5f842d

Please sign in to comment.