From 8de7aa9a379903231e210a2f31e9b544cb95c277 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 25 Apr 2025 14:28:13 +0200 Subject: [PATCH] Fix combobox item icon color --- src/components/ha-combo-box-item.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/ha-combo-box-item.ts b/src/components/ha-combo-box-item.ts index ce8cc4b8eb..ddbf56da26 100644 --- a/src/components/ha-combo-box-item.ts +++ b/src/components/ha-combo-box-item.ts @@ -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;