From bafbbef3368b78238f99adc26a8912c4c649f720 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 25 Sep 2021 18:29:54 +0300 Subject: [PATCH] Fix build --- submodules/TelegramUI/Sources/ChatTextInputPanelNode.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramUI/Sources/ChatTextInputPanelNode.swift b/submodules/TelegramUI/Sources/ChatTextInputPanelNode.swift index d4c0c7e17e..7fc8de525a 100644 --- a/submodules/TelegramUI/Sources/ChatTextInputPanelNode.swift +++ b/submodules/TelegramUI/Sources/ChatTextInputPanelNode.swift @@ -855,6 +855,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate { textInputNode.selectedRange = range } textInputNode.typingAttributes = [NSAttributedString.Key.font.rawValue: Font.regular(baseFontSize), NSAttributedString.Key.foregroundColor.rawValue: textColor] + textInputNode.tintColor = tintColor } }