Make app toolbar text color themeable (#1225)

* Make app toolbar text color themeable

* Update ha-style.js

* Also theme tab selection bar
This commit is contained in:
c727 2018-05-31 23:23:43 +02:00 committed by Paulus Schoutsen
parent b378b92aa8
commit 3c48973584
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ import EventsMixin from '../mixins/events-mixin.js';
paper-tabs {
margin-left: 12px;
--paper-tabs-selection-bar-color: #FFF;
--paper-tabs-selection-bar-color: var(--text-primary-color, #FFF);
text-transform: uppercase;
}
</style>

View File

@ -151,7 +151,7 @@ documentContainer.innerHTML = `<custom-style>
app-header, app-toolbar {
background-color: var(--primary-color);
font-weight: 400;
color: white;
color: var(--text-primary-color, white);
}
app-toolbar ha-menu-button + [main-title],