@use './button.scss'; ha-icon-button { // Icons in the menu are expected to follow Advanced Camera Card theming // unless they are active (in which case we want to take advantage of the // whatever styling is appropriate, e.g. light icon partially lit). --state-unavailable-color: var(--advanced-camera-card-button-color); --state-inactive-color: var(--advanced-camera-card-button-color); color: var(--advanced-camera-card-menu-button-inactive-color); background-color: var(--advanced-camera-card-menu-button-background); }