Misc changes

This commit is contained in:
ZXY101
2023-09-14 15:34:39 +02:00
parent ba488ab434
commit 7b44042505
5 changed files with 22 additions and 33 deletions

View File

@@ -3,10 +3,10 @@
import NavBar from '$lib/components/NavBar.svelte';
import Snackbar from '$lib/components/Snackbar.svelte';
import ConfirmationPopup from '$lib/components/ConfirmationPopup.svelte';
import { settingsStore } from '$lib/settings';
import { settings } from '$lib/settings';
</script>
<div class="h-screen text-white" style:background-color={$settingsStore.backgroundColor}>
<div class="h-screen text-white" style:background-color={$settings.backgroundColor}>
<NavBar />
<Snackbar />
<ConfirmationPopup />