mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
docs: default to white theme
This commit is contained in:
parent
badff8e608
commit
09be9f723a
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const theme = writable("g100");
|
||||
export const theme = writable("white");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue