12 lines
469 B
SCSS
12 lines
469 B
SCSS
@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-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);
|
|
}
|