fix(datetime): add styling for datetime with different labels

fixes #6764
This commit is contained in:
Brandy Carney
2016-06-09 15:43:32 -04:00
parent 4eb8ede9f8
commit adcd2fc239
12 changed files with 144 additions and 5 deletions

View File

@ -20,7 +20,8 @@ ion-label {
// --------------------------------------------------
.item-input ion-label,
.item-select ion-label {
.item-select ion-label,
.item-datetime ion-label {
color: $label-wp-text-color;
}