Various improvements

This commit is contained in:
Ilya Laktyushin
2025-10-17 17:01:25 +04:00
parent d58757ca3c
commit 85092482f3
69 changed files with 476 additions and 303 deletions

View File

@@ -269,7 +269,7 @@ public final class QrCodeScreen: ViewController {
self.cancelButton = HighlightableButtonNode()
self.cancelButton.setTitle(self.presentationData.strings.Common_Done, with: Font.bold(17.0), with: accentColor, for: .normal)
self.buttonNode = SolidRoundedButtonNode(theme: SolidRoundedButtonTheme(theme: self.presentationData.theme), height: 52.0, cornerRadius: 11.0, gloss: false)
self.buttonNode = SolidRoundedButtonNode(theme: SolidRoundedButtonTheme(theme: self.presentationData.theme), height: 52.0, cornerRadius: 11.0, isShimmering: false)
self.textNode = ImmediateTextNode()
self.textNode.maximumNumberOfLines = 3