diff --git a/core/src/components/label/label.ios.scss b/core/src/components/label/label.ios.scss index 8269e8d42d..3067e24515 100644 --- a/core/src/components/label/label.ios.scss +++ b/core/src/components/label/label.ios.scss @@ -18,7 +18,7 @@ :host(.label-stacked) { @include margin(null, null, 4px, null); - font-size: 13.6px; + font-size: 14px; } :host(.label-floating) { @@ -37,7 +37,7 @@ :host-context(.item-has-focus).label-floating, :host-context(.item-has-placeholder).label-floating, :host-context(.item-has-value).label-floating { - @include transform(translate3d(0, 0, 0), scale(.8)); + @include transform(translate3d(0, 0, 0), scale(.82)); }