aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-03 11:31:29 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-03 11:31:29 +0200
commit91c76cff37c50d3c3ed795e2dec7349898dbfa4d (patch)
treec8bb538557c99e79b9f04d40a0e38f5230a7fa10
parentbd48a591c8c51557e2576d842d994c67c7417b2a (diff)
downloadgreatoffice-91c76cff37c50d3c3ed795e2dec7349898dbfa4d.tar.xz
greatoffice-91c76cff37c50d3c3ed795e2dec7349898dbfa4d.zip
fix: Minor design fix
-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>