mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
Merge 67271b94e7
into 778b2c357f
This commit is contained in:
commit
2354095624
20 changed files with 185 additions and 185 deletions
|
@ -1,11 +1,11 @@
|
|||
<script lang="ts">
|
||||
import { Theme } from "../types";
|
||||
import type { CarbonTheme } from "../types/Theme/Theme.svelte";
|
||||
import { GlobalTheme } from "../types";
|
||||
import type { CarbonTheme } from "../types/GlobalTheme/GlobalTheme.svelte";
|
||||
|
||||
let theme: CarbonTheme = "g10";
|
||||
</script>
|
||||
|
||||
<Theme
|
||||
<GlobalTheme
|
||||
bind:theme
|
||||
persist
|
||||
persistKey="carbon-theme"
|
Loading…
Add table
Add a link
Reference in a new issue