fix(label): add color to label in a select

references #5669
This commit is contained in:
Brandy Carney
2016-03-14 18:11:48 -04:00
parent e4b161dcf0
commit 8fff76e299
3 changed files with 9 additions and 6 deletions

View File

@ -16,10 +16,11 @@ ion-label {
}
// iOS Default Label Inside An Input Item
// iOS Default Label Inside An Input/Select Item
// --------------------------------------------------
.item-input ion-label {
.item-input ion-label,
.item-select ion-label {
color: $label-ios-text-color;
}