Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 7.0.10
Cross-platform modules: @nativescript/core@7.0.11 (also tested 7.0.0)
Android Runtime: 7.0.0
Plugin(s): @nstudio/nativescript-checkbox 2.0.3 (also tested 2.0.0)
Describe the bug
Whenever adding TNSCheckBoxModule to the app module, all the fontSize properties in the element and font-size in the css are
not working on the label element (maybe on other elements too).
To Reproduce
- Create a new app running ns create HelloWorld --ng
- Add fontSize property to the label with some big value
- Observe the font size displayed according to the value set.
- Add @nstudio/nativescript-checkbox plugin to the project using ns plugin add @nstudio/nativescript-checkbox
- Import TNSCheckBoxModule in the app.module.ts
- Observe the font size displayed with the default value
Expected behavior
The font size should be honored.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 7.0.10
Cross-platform modules: @nativescript/core@7.0.11 (also tested 7.0.0)
Android Runtime: 7.0.0
Plugin(s): @nstudio/nativescript-checkbox 2.0.3 (also tested 2.0.0)
Describe the bug
Whenever adding TNSCheckBoxModule to the app module, all the fontSize properties in the element and font-size in the css are
not working on the label element (maybe on other elements too).
To Reproduce
Expected behavior
The font size should be honored.