Skip to content

Commit

Permalink
fix(styles): set missing default icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
kinghat committed Nov 19, 2022
1 parent beac5c0 commit 4002c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabbed-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class TabbedCard extends LitElement {
"--mdc-theme-primary": "var(--primary-text-color)", // Color of the activated tab's text, indicator, and ripple.
"--mdc-tab-text-label-color-default":
"rgba(var(--rgb-primary-text-color), 0.8)", // Color of an unactivated tab label.
"--mdc-tab-color-default": "rgba(var(--rgb-primary-text-color), 0.7)", // Color of an unactivated icon.
"--mdc-typography-button-font-size": "14px",
};

Expand Down

0 comments on commit 4002c5d

Please sign in to comment.