Skip to content

Commit 096bbc5

Browse files
usesStandardTextScaling set to false by default (#12)
removed usesStandardTextScaling set to true
1 parent 70f7a38 commit 096bbc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

telehealth-example/Telehealth/PubNub/Theming/MessageInput/MessageInputTheme.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ let messageInputComponentTheme = MessageInputComponentTheme(
4747
backgroundColor: UIColor(named: "MessageInput.TextView.BackgroundColor")!,
4848
textColor: UIColor(named: "MessageInput.TextView.TextColor")!,
4949
textFont: UIFont(name: "Poppins-Regular", size: 15)!,
50-
usesStandardTextScaling: true,
5150
dataDetectorTypes: .all,
5251
linkTextAttributes: [:],
5352
isEditable: true,

0 commit comments

Comments
 (0)