Skip to content

Commit

Permalink
Fix inactive tab color
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Aug 11, 2022
1 parent be8614a commit 5505a10
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 5505a10

Please sign in to comment.