Skip to content

Commit

Permalink
fix(label): remove subpixel font-size to prevent visual glitches (#20415
Browse files Browse the repository at this point in the history
)

resolves #20407
  • Loading branch information
liamdebeasi committed Feb 10, 2020
1 parent 3403574 commit 3d6f287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/label/label.ios.scss
Expand Up @@ -18,7 +18,7 @@
:host(.label-stacked) {
@include margin(null, null, 4px, null);

font-size: 13.6px;
font-size: 14px;
}

:host(.label-floating) {
Expand All @@ -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));
}


Expand Down

0 comments on commit 3d6f287

Please sign in to comment.