mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 05:27:46 +00:00
Fix combobox item icon color
This commit is contained in:
parent
834ece8547
commit
8de7aa9a37
@ -17,6 +17,9 @@ export class HaComboBoxItem extends HaMdListItem {
|
||||
:host([border-top]) md-item {
|
||||
border-top: 1px solid var(--divider-color);
|
||||
}
|
||||
[slot="start"] {
|
||||
--state-icon-color: var(--secondary-text-color);
|
||||
}
|
||||
[slot="headline"] {
|
||||
line-height: 22px;
|
||||
font-size: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user