Skip to content

Commit b80640a

Browse files
committed
Fix UIKitBackend compilation error (post TextEditor rebase)
1 parent 875e1d7 commit b80640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UIKitBackend/UIKitBackend+Control.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ extension UIKitBackend {
299299
let textEditorWidget = textEditor as! TextEditorWidget
300300

301301
textEditorWidget.child.isEditable = environment.isEnabled
302-
textEditorWidget.child.font = environment.font.uiFont
302+
textEditorWidget.child.font = environment.resolvedFont.uiFont
303303
textEditorWidget.child.textColor = UIColor(color: environment.suggestedForegroundColor)
304304
textEditorWidget.onChange = onChange
305305

0 commit comments

Comments
 (0)