Fix phone confirmation alert background

This commit is contained in:
Ilya Laktyushin 2023-02-15 16:31:13 +04:00
parent 6c87b39ac3
commit 68749f4999

View File

@ -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