mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
parent
11f2bef05c
commit
43a422cdca
@ -20,6 +20,7 @@ export class HaInputChip extends MdInputChip {
|
|||||||
0.15
|
0.15
|
||||||
);
|
);
|
||||||
--ha-input-chip-selected-container-opacity: 1;
|
--ha-input-chip-selected-container-opacity: 1;
|
||||||
|
--md-input-chip-label-text-font: Roboto, sans-serif;
|
||||||
}
|
}
|
||||||
/** Set the size of mdc icons **/
|
/** Set the size of mdc icons **/
|
||||||
::slotted([slot="icon"]) {
|
::slotted([slot="icon"]) {
|
||||||
|
@ -25,6 +25,7 @@ export class HaMenuItem extends MdMenuItem {
|
|||||||
|
|
||||||
--md-sys-color-on-primary-container: var(--primary-text-color);
|
--md-sys-color-on-primary-container: var(--primary-text-color);
|
||||||
--md-sys-color-on-secondary-container: var(--primary-text-color);
|
--md-sys-color-on-secondary-container: var(--primary-text-color);
|
||||||
|
--md-menu-item-label-text-font: Roboto, sans-serif;
|
||||||
}
|
}
|
||||||
:host(.warning) {
|
:host(.warning) {
|
||||||
--md-menu-item-label-text-color: var(--error-color);
|
--md-menu-item-label-text-color: var(--error-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user