mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
b378b92aa8
commit
3c48973584
@ -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>
|
||||
|
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user