Skip to content

Commit

Permalink
Merge branch 'fix/tab-color' into merge-all-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Aug 18, 2022
2 parents 003e977 + 5505a10 commit c1704f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/assets/css/src/components/tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

.mdc-tab .mdc-tab__text-label {
color: rgba(0, 0, 0, 0.6);
color: rgba(var(--md-sys-color-on-background-rgb, 0, 0, 0), 0.54);
}

.mdc-tab .mdc-tab__icon {
Expand Down

0 comments on commit c1704f8

Please sign in to comment.