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.
2 parents 96bc222 + a72b573 commit d8789beCopy full SHA for d8789be
1 file changed
Aztec/Classes/TextKit/TextView.swift
@@ -259,6 +259,17 @@ open class TextView: UITextView {
259
return UIColor.darkText
260
}()
261
262
+ open override var textColor: UIColor? {
263
+ set {
264
+ super.textColor = newValue
265
+ defaultTextColor = newValue
266
+ }
267
+
268
+ get {
269
+ return super.textColor
270
271
272
273
// MARK: - Plugin Loading
274
275
var pluginManager: PluginManager {
0 commit comments