fix(css): white should be the default theme, not g10

This commit is contained in:
Eric Liu 2020-10-09 18:01:47 -07:00
commit fce253f704

View file

@ -46,11 +46,11 @@ const themes = {
@include carbon--theme();
`,
all: `
:root[theme="white"] {
:root {
@include carbon--theme($carbon--theme--white, true);
}
:root {
:root[theme="g10"] {
@include carbon--theme($carbon--theme--g10, true);
}