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

TTTableViewCell background color issue on iPad devices #689

Merged
merged 2 commits into from Jan 5, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Three20Style/Sources/TTDefaultStyleSheet.m
Expand Up @@ -743,7 +743,7 @@ - (UIColor*)highlightedTextColor {

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


Expand Down