You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, suppose I need to set the primary theme to a darker color than the default "#2aa198" hex color. In that case, I need to be able to change the color of the --mdc-tab-color-default and --mdc-tab-text-label-color-default variables to a lighter color since they are both set by default to a dark tone.
In the inspect element window, I can see that these variables are not defined, and when I try to configure these variables in index.html, they still show as "not defined."
The following variable needs to be set:
--mdc-tab-text-label-color-default
The text was updated successfully, but these errors were encountered: