This commit is contained in:
Gregor Wassmann 2023-07-13 17:59:50 +00:00 committed by GitHub
commit 2354095624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 185 additions and 185 deletions

View file

@ -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"