Skip to content

Commit 241ba51

Browse files
committed
fixed wrong CSS selector, per code review suggestion
1 parent 00dc4c3 commit 241ba51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

showcase/app/styles/showcase-theming/index.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
// to avoid extra un-necessary complexity (see different attempts in https://github.com/hashicorp/design-system/pull/3240)
3030

3131
.hds-theme-light,
32-
.hds-theme-cds-g0,
33-
.hds-theme-cds-g10 {
32+
.hds-mode-cds-g0,
33+
.hds-mode-cds-g10 {
3434
@include shw-theme-color-variables-light();
3535
}
3636

3737
.hds-theme-dark,
38-
.hds-theme-cds-g90,
39-
.hds-theme-cds-g100 {
38+
.hds-mode-cds-g90,
39+
.hds-mode-cds-g100 {
4040
@include shw-theme-color-variables-dark();
4141
}

0 commit comments

Comments
 (0)