Skip to content

Commit

Permalink
Font updates in new filters (#20482)
Browse files Browse the repository at this point in the history
* Style changes

* Fixes
  • Loading branch information
yosilevy authored May 6, 2024
1 parent 11f2bef commit 43a422c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chips/ha-input-chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class HaInputChip extends MdInputChip {
0.15
);
--ha-input-chip-selected-container-opacity: 1;
--md-input-chip-label-text-font: Roboto, sans-serif;
}
/** Set the size of mdc icons **/
::slotted([slot="icon"]) {
Expand Down
1 change: 1 addition & 0 deletions src/components/ha-menu-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class HaMenuItem extends MdMenuItem {
--md-sys-color-on-primary-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) {
--md-menu-item-label-text-color: var(--error-color);
Expand Down

0 comments on commit 43a422c

Please sign in to comment.