diff --git a/src/panels/hacs-store-panel.ts b/src/panels/hacs-store-panel.ts index 979ce734..58384c1e 100644 --- a/src/panels/hacs-store-panel.ts +++ b/src/panels/hacs-store-panel.ts @@ -273,6 +273,9 @@ export class HacsStorePanel extends LitElement { margin: 4px 16px 0 16px; color: var(--hcv-text-color-primary); } + ha-svg-icon { + color: var(--hcv-text-color-on-background); + } hacs-repository-card { max-width: 500px; display: flex; diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 35a05b22..565f2135 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -17,10 +17,6 @@ export const hacsStyleVariables = css` --mdc-dialog-heading-ink-color: var(--hcv-text-color-primary); --mdc-dialog-content-ink-color: var(--hcv-text-color-primary); - /*hacs-fab*/ - --hcv-color-fab: var(--hacs-fab-color, var(--accent-color)); - --hcv-text-color-fab: var(--hacs-fab-text-color, var(--hcv-text-color-on-background)); - /*hacs-link*/ --hcv-text-decoration-link: var(--hacs-link-text-decoration, none); }