mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
Fix phone confirmation alert background
This commit is contained in:
parent
6c87b39ac3
commit
68749f4999
@ -782,8 +782,8 @@ final class PhoneConfirmationController: ViewController {
|
|||||||
self.dimNode.backgroundColor = UIColor(white: 0.0, alpha: 0.4)
|
self.dimNode.backgroundColor = UIColor(white: 0.0, alpha: 0.4)
|
||||||
|
|
||||||
self.backgroundNode = ASDisplayNode()
|
self.backgroundNode = ASDisplayNode()
|
||||||
self.backgroundNode.backgroundColor = theme.list.plainBackgroundColor
|
self.backgroundNode.backgroundColor = theme.list.itemBlocksBackgroundColor
|
||||||
self.backgroundNode.cornerRadius = 11.0
|
self.backgroundNode.cornerRadius = 24.0
|
||||||
|
|
||||||
self.textNode = ImmediateTextNode()
|
self.textNode = ImmediateTextNode()
|
||||||
self.textNode.displaysAsynchronously = false
|
self.textNode.displaysAsynchronously = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user