mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(css): white should be the default theme, not g10
This commit is contained in:
parent
905330bc14
commit
fce253f704
1 changed files with 3 additions and 3 deletions
|
@ -46,11 +46,11 @@ const themes = {
|
||||||
@include carbon--theme();
|
@include carbon--theme();
|
||||||
`,
|
`,
|
||||||
all: `
|
all: `
|
||||||
:root[theme="white"] {
|
:root {
|
||||||
@include carbon--theme($carbon--theme--white, true);
|
@include carbon--theme($carbon--theme--white, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root[theme="g10"] {
|
||||||
@include carbon--theme($carbon--theme--g10, true);
|
@include carbon--theme($carbon--theme--g10, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue