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 6544165 commit b056b52Copy full SHA for b056b52
checkbox.android.ts
@@ -204,10 +204,10 @@ export class CheckBoxStyler implements style.Styler {
204
CheckBoxStyler.resetColorProperty), "CheckBox");
205
*/
206
207
- style.registerHandler(style.borderWidthProperty, style.ignorePropertyHandler, "CheckBox");
+ /*style.registerHandler(style.borderWidthProperty, style.ignorePropertyHandler, "CheckBox");*/ //removed for 2.4+
208
style.registerHandler(style.borderColorProperty, style.ignorePropertyHandler, "CheckBox");
209
style.registerHandler(style.borderRadiusProperty, style.ignorePropertyHandler, "CheckBox");
210
}
211
212
213
-CheckBoxStyler.registerHandlers();
+CheckBoxStyler.registerHandlers();
0 commit comments