Fix ASTextNode default background colour. (Whoops!)

This commit is contained in:
Nadine Salter
2014-08-28 13:59:17 -07:00
parent baaff5e0f4
commit 5aa90aebc3

View File

@@ -126,7 +126,7 @@ ASDISPLAYNODE_INLINE CGFloat ceilPixelValue(CGFloat f)
// The common case is for a text node to be non-opaque and blended over some background.
self.opaque = NO;
self.backgroundColor = [UIColor whiteColor];
self.backgroundColor = [UIColor clearColor];
// Accessibility
self.isAccessibilityElement = YES;