mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 11:31:36 +01:00
Add ThemeToggle component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
export let shortcut: string;
|
||||
|
||||
const possibleShortcuts = ["S", "T"];
|
||||
const possibleShortcuts = ["S", "C", "T"];
|
||||
|
||||
let detailsElement: HTMLDetailsElement;
|
||||
let summaryElement: HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user