Skip to content

Commit

Permalink
fix: pwa theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Sep 15, 2023
1 parent 360fe8c commit b500bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</script>

<svelte:head>
<meta name="theme-color" content={inDarkTheme() ? '#020202' : '#f1f6f9'} />
<meta name="theme-color" content={inDarkTheme() ? '#020202' : '#f6f9fb'} />
{@html webManifest}
</svelte:head>

Expand Down

0 comments on commit b500bc8

Please sign in to comment.