Skip to content

Commit

Permalink
fix(multiple): correct tooltip and table MDC style import paths (#24077)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a9ffb7)
  • Loading branch information
andrewseguin authored and mmalerba committed Dec 17, 2021
1 parent c6f7b94 commit 32f33c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-table/_table-theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use 'sass:map';
@use '@material/theme/theme-color' as mdc-theme-color;
@use '@material/data-table/data-table' as mdc-data-table;
@use '@material/data-table/data-table-theme' as mdc-data-table-theme;
@use '@material/data-table' as mdc-data-table-theme;
@use '../mdc-helpers/mdc-helpers';
@use '../../material/core/typography/typography';
@use '../../material/core/theming/theming';
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-tooltip/_tooltip-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use 'sass:map';
@use '@material/tooltip/tooltip';
@use '@material/tooltip/tooltip-theme';
@use '@material/tooltip' as tooltip-theme;
@use '../mdc-helpers/mdc-helpers';
@use '../../material/core/theming/theming';
@use '../../material/core/theming/palette';
Expand Down

0 comments on commit 32f33c6

Please sign in to comment.