File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ export class TextField extends TextFieldBase {
188
188
}
189
189
[ strokeColorProperty . setNative ] ( value : Color ) {
190
190
const color = value instanceof Color ? value . ios : value ;
191
+ this . _controller . normalColor = color ;
191
192
this . _controller . activeColor = color ;
192
193
}
193
194
[ buttonColorProperty . setNative ] ( value : Color ) {
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ export class TextView extends TextViewBase {
248
248
[ strokeColorProperty . setNative ] ( value : Color ) {
249
249
const color = value instanceof Color ? value . ios : value ;
250
250
this . _controller . activeColor = color ;
251
+ this . _controller . normalColor = color ;
251
252
}
252
253
[ buttonColorProperty . setNative ] ( value : Color ) {
253
254
const color = value instanceof Color ? value . ios : value ;
You can’t perform that action at this time.
0 commit comments