Skip to content

Commit

Permalink
Fix chip icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 26, 2024
1 parent be4081e commit 2e5f529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dashboards/hacs-repository-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { customElement, property, state } from "lit/decorators";
import memoizeOne from "memoize-one";
import { mainWindow } from "../../homeassistant-frontend/src/common/dom/get_main_window";
import { extractSearchParamsObject } from "../../homeassistant-frontend/src/common/url/search-params";
import "../../homeassistant-frontend/src/components/ha-alert";
import "../../homeassistant-frontend/src/components/ha-card";
import "../../homeassistant-frontend/src/components/chips/ha-chip-set";
import "../../homeassistant-frontend/src/components/chips/ha-assist-chip";
Expand Down Expand Up @@ -299,7 +300,7 @@ export class HacsRepositoryDashboard extends LitElement {
width: 100vw;
}
ha-svg-icon {
ha-fab ha-svg-icon {
color: var(--hcv-text-color-on-background);
}
Expand Down

0 comments on commit 2e5f529

Please sign in to comment.