We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dc4c3 commit 241ba51Copy full SHA for 241ba51
showcase/app/styles/showcase-theming/index.scss
@@ -29,13 +29,13 @@
29
// to avoid extra un-necessary complexity (see different attempts in https://github.com/hashicorp/design-system/pull/3240)
30
31
.hds-theme-light,
32
-.hds-theme-cds-g0,
33
-.hds-theme-cds-g10 {
+.hds-mode-cds-g0,
+.hds-mode-cds-g10 {
34
@include shw-theme-color-variables-light();
35
}
36
37
.hds-theme-dark,
38
-.hds-theme-cds-g90,
39
-.hds-theme-cds-g100 {
+.hds-mode-cds-g90,
+.hds-mode-cds-g100 {
40
@include shw-theme-color-variables-dark();
41
0 commit comments