We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875e1d7 commit b80640aCopy full SHA for b80640a
Sources/UIKitBackend/UIKitBackend+Control.swift
@@ -299,7 +299,7 @@ extension UIKitBackend {
299
let textEditorWidget = textEditor as! TextEditorWidget
300
301
textEditorWidget.child.isEditable = environment.isEnabled
302
- textEditorWidget.child.font = environment.font.uiFont
+ textEditorWidget.child.font = environment.resolvedFont.uiFont
303
textEditorWidget.child.textColor = UIColor(color: environment.suggestedForegroundColor)
304
textEditorWidget.onChange = onChange
305
0 commit comments