Skip to content

Commit b056b52

Browse files
authored
Update checkbox.android.ts
1 parent 6544165 commit b056b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkbox.android.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ export class CheckBoxStyler implements style.Styler {
204204
CheckBoxStyler.resetColorProperty), "CheckBox");
205205
*/
206206

207-
style.registerHandler(style.borderWidthProperty, style.ignorePropertyHandler, "CheckBox");
207+
/*style.registerHandler(style.borderWidthProperty, style.ignorePropertyHandler, "CheckBox");*/ //removed for 2.4+
208208
style.registerHandler(style.borderColorProperty, style.ignorePropertyHandler, "CheckBox");
209209
style.registerHandler(style.borderRadiusProperty, style.ignorePropertyHandler, "CheckBox");
210210
}
211211
}
212212

213-
CheckBoxStyler.registerHandlers();
213+
CheckBoxStyler.registerHandlers();

0 commit comments

Comments
 (0)