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

@@ -257,6 +257,7 @@ public final class ListMultilineTextFieldItemComponent: Component {
externalState: self.textFieldExternalState,
fontSize: 17.0,
textColor: component.theme.list.itemPrimaryTextColor,
accentColor: component.theme.list.itemPrimaryTextColor,
insets: UIEdgeInsets(top: verticalInset, left: sideInset - 8.0, bottom: verticalInset, right: sideInset - 8.0 + measureTextLimitInset),
hideKeyboard: false,
customInputView: nil,