summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/QuoteView.m')
-rw-r--r--Juick/Views/QuoteView.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Juick/Views/QuoteView.m b/Juick/Views/QuoteView.m
index bb9cd75..4ff78ce 100644
--- a/Juick/Views/QuoteView.m
+++ b/Juick/Views/QuoteView.m
@@ -7,12 +7,11 @@
//
#import "QuoteView.h"
-#import "ColorScheme.h"
@implementation QuoteView
-(void) awakeFromNib {
[super awakeFromNib];
- self.contentView.backgroundColor = [ColorScheme headerBackground];
+ self.contentView.backgroundColor = [UIColor whiteColor];
}
@end