aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src')
-rw-r--r--apps/kit/src/routes/(main)/+layout.svelte3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/kit/src/routes/(main)/+layout.svelte b/apps/kit/src/routes/(main)/+layout.svelte
index 236cd75..1a870bb 100644
--- a/apps/kit/src/routes/(main)/+layout.svelte
+++ b/apps/kit/src/routes/(main)/+layout.svelte
@@ -7,7 +7,6 @@
let online = true;
export let data: LayoutData;
- // at the very top, set the locale before you access the store and before the actual rendering takes place
setLocale(data.locale);
</script>
@@ -17,7 +16,7 @@
<div class="bg-yellow-50 relative z-50 p-4">
<div class="flex">
<div class="flex-shrink-0">
- <ExclamationTriangleIcon class="bg-yellow-400" />
+ <ExclamationTriangleIcon class="bg-yellow-50 text-yellow-500" />
</div>
<div class="ml-3">
<p class="text-sm text-yellow-700">You seem to be offline, please check your internet connection.</p>