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 c2f5d06 commit 0cb030eCopy full SHA for 0cb030e
Sources/TextEditorPlus/TextEditorPlus.swift
@@ -90,8 +90,6 @@ public struct TextEditorPlus: ViewRepresentable {
90
textView.delegate = context.coordinator
91
textView.text = text
92
textView.font = font
93
- textView.layer.borderWidth = 1.0
94
- textView.layer.borderColor = UIColor.red.cgColor
95
textView.backgroundColor = textViewBackgroundColor ?? UIColor.clear
96
textView.placeholderString = placeholderString ?? ""
97
textView.placeholderFont = font
0 commit comments