Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(tab): Fix tab color variables to use color literals (#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored May 9, 2019
1 parent 9f8b9ae commit 88734fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-tab/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ $mdc-tab-text-label-opacity: .6 !default;
$mdc-tab-icon-opacity: .54 !default;
$mdc-tab-text-label-color-default: rgba(mdc-theme-prop-value(on-surface), $mdc-tab-text-label-opacity) !default;
$mdc-tab-icon-color-default: rgba(mdc-theme-prop-value(on-surface), $mdc-tab-icon-opacity) !default;
$mdc-tab-text-label-color-active: mdc-theme-prop-value(primary);
$mdc-tab-icon-color-active: mdc-theme-prop-value(primary);
$mdc-tab-text-label-color-active: primary !default;
$mdc-tab-icon-color-active: primary !default;

0 comments on commit 88734fe

Please sign in to comment.