feat(web/m7-363): theme-color meta follows resolved theme

This commit is contained in:
2026-05-03 17:44:01 -04:00
parent 07b228dd4e
commit af6f006242
4 changed files with 84 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@
} from '$lib/player/store.svelte';
import { useMediaSession } from '$lib/player/mediaSession.svelte';
import { useEventsDispatcher } from '$lib/player/events.svelte';
import { applyMetaThemeColor } from '$lib/theme/applyMetaThemeColor.svelte';
let { children } = $props<{ children: import('svelte').Snippet }>();
let audioEl: HTMLAudioElement | undefined = $state();
@@ -66,6 +67,7 @@
useMediaSession();
useEventsDispatcher();
applyMetaThemeColor();
</script>
<audio