Fix build

This commit is contained in:
Ilya Laktyushin 2021-09-25 18:29:54 +03:00
parent 76f355f27a
commit bafbbef336

View File

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