mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix ASTextNode default background colour. (Whoops!)
This commit is contained in:
@@ -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.
|
// The common case is for a text node to be non-opaque and blended over some background.
|
||||||
self.opaque = NO;
|
self.opaque = NO;
|
||||||
self.backgroundColor = [UIColor whiteColor];
|
self.backgroundColor = [UIColor clearColor];
|
||||||
|
|
||||||
// Accessibility
|
// Accessibility
|
||||||
self.isAccessibilityElement = YES;
|
self.isAccessibilityElement = YES;
|
||||||
|
|||||||
Reference in New Issue
Block a user