style(segment): move css fix for font smoothing

This commit is contained in:
Brandy Carney
2018-02-07 18:35:46 -05:00
parent 03c5f67b33
commit 5c5463308a
2 changed files with 3 additions and 2 deletions

View File

@ -11,4 +11,7 @@ ion-segment {
justify-content: center;
width: 100%;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}