Skip to content

Commit a28c73d

Browse files
committed
fix(textview): iOS default font size fix (was too small)
1 parent e9bbb04 commit a28c73d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/textview/textview.ios.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ export class TextView extends TextViewBase {
227227
this._controller.underlineHeightActive = 0;
228228
this._controller.underlineHeightNormal = 0;
229229
}
230-
230+
view.textView.font = UIFont.systemFontOfSize(19)
231+
this._controller.inlinePlaceholderFont = UIFont.systemFontOfSize(16)
231232
// view.textInsetsMode = MDCTextInputTextInsetsMode.IfContent;
232233

233234
return view;

0 commit comments

Comments
 (0)