Fact check improvements

This commit is contained in:
Ilya Laktyushin
2024-05-20 17:30:54 +04:00
parent abe1e40e2a
commit 21898f4207
9 changed files with 343 additions and 45 deletions

View File

@@ -781,6 +781,7 @@ public final class MessageInputPanelComponent: Component {
externalState: self.textFieldExternalState,
fontSize: 17.0,
textColor: UIColor(rgb: 0xffffff),
accentColor: UIColor(rgb: 0xffffff),
insets: UIEdgeInsets(top: 9.0, left: 8.0, bottom: 10.0, right: 48.0),
hideKeyboard: component.hideKeyboard,
customInputView: component.customInputView,