Skip to content

Commit b6e3026

Browse files
Angular Material Teamandrewseguin
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 404320409
1 parent 202c667 commit b6e3026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material-experimental/mdc-tabs/_tabs-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// `theme-styles` are included in the `tab` mixin inside `_tabs-common.scss`. Currently
2626
// they are not, because `theme-styles` outputs the token values directly, rather than
2727
// generating CSS variables.
28-
@include mdc-tab-theme.theme-styles(map.merge(mdc-tab-theme.$light-theme, (
28+
@include mdc-tab-theme.primary-navigation-tab-theme-styles(map.merge(mdc-tab-theme.$primary-light-theme, (
2929
container-color: $surface,
3030
inactive-focus-state-layer-color: $on-surface,
3131
inactive-hover-state-layer-color: $on-surface,
@@ -127,7 +127,7 @@
127127
// `theme-styles` are included in the `tab` mixin inside `_tabs-common.scss`. Currently
128128
// they are not, because `theme-styles` outputs the token values directly, rather than
129129
// generating CSS variables.
130-
@include mdc-tab-theme.theme-styles((
130+
@include mdc-tab-theme.primary-navigation-tab-theme-styles((
131131
active-focus-state-layer-color: $color,
132132
active-hover-state-layer-color: $color,
133133
active-pressed-state-layer-color: $color,

0 commit comments

Comments
 (0)