mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +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,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" theme="white">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
|
|
@ -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