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: 6.1.2
Cross-platform modules: 6.1.2
Android Runtime: 6.1.2
iOS Runtime: 6.1.0
Plugin(s):
Describe the bug
Default font size is set to 10, although the --const-font-size is 12.
This seems to be a regression from v2.1.2, as it only happens on v2.2.0. Below is a comparison between v2.1.2 (left) and v2.2.0 (right):
Interestingly I couldn't reproduce this here. However I noticed that $font-size is declared twice, so I removed one and adjusted the size classes. Default size should be 12.
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Default font size is set to 10, although the
--const-font-size
is 12.This seems to be a regression from v2.1.2, as it only happens on v2.2.0. Below is a comparison between v2.1.2 (left) and v2.2.0 (right):
To Reproduce
Expected behavior
Label font size should be 12 or
--const-font-size
variable should be 10. Code where font-size is set to 10Sample project
Additional context
I'm using Kendo UI default theme