Skip to content

Commit 9e22c72

Browse files
committed
fix(textfiled): debug code removal
1 parent 877c4a2 commit 9e22c72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textfield/textfield.ios.ts

-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ export class TextField extends TextFieldBase {
428428
[verticalTextAlignmentProperty.setNative](value: VerticalTextAlignment) {
429429
// TODO: not working for now
430430
const view = this.nativeTextViewProtected;
431-
view.backgroundColor = UIColor.redColor;
432431
switch (value) {
433432
case 'initial':
434433
case 'top':

0 commit comments

Comments
 (0)