diff --git a/src/styles.scss b/src/styles.scss index 6a3538c2..c4ea34dd 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -15,14 +15,14 @@ @import 'theme-contrast.scss'; .theme-light { - @include mat.all-component-themes($theme-light); -} -.theme-dark { - @include mat.all-component-themes($theme-dark); -} -.theme-contrast { - @include mat.all-component-themes($theme-contrast); + @include mat.all-component-colors($theme-light); } +// .theme-dark { +// @include mat.all-component-colors($theme-dark); +// } +// .theme-contrast { +// @include mat.all-component-colors($theme-contrast); +// } /* You can add global.scss styles to this file, and also import other style files