diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 11:31:29 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 11:31:29 +0200 |
| commit | 91c76cff37c50d3c3ed795e2dec7349898dbfa4d (patch) | |
| tree | c8bb538557c99e79b9f04d40a0e38f5230a7fa10 /apps/kit/src/routes | |
| parent | bd48a591c8c51557e2576d842d994c67c7417b2a (diff) | |
| download | greatoffice-91c76cff37c50d3c3ed795e2dec7349898dbfa4d.tar.xz greatoffice-91c76cff37c50d3c3ed795e2dec7349898dbfa4d.zip | |
fix: Minor design fix
Diffstat (limited to 'apps/kit/src/routes')
| -rw-r--r-- | apps/kit/src/routes/(main)/+layout.svelte | 3 |
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> |
