From 19740a35603156262087c090588c0d9dce89e8ad Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Jan 2025 09:18:26 -0600 Subject: [PATCH] fix(web): neon artifacts (#15582) --- web/src/app.css | 2 +- web/src/lib/components/layouts/AuthPageLayout.svelte | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/app.css b/web/src/app.css index 7a547d3504..1127b60624 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -15,7 +15,7 @@ /* dark */ --immich-dark-primary: 172 203 250; - --immich-dark-bg: 0 0 0; + --immich-dark-bg: 10 10 10; --immich-dark-fg: 229 231 235; --immich-dark-gray: 33 33 33; --immich-dark-error: 211 47 47; diff --git a/web/src/lib/components/layouts/AuthPageLayout.svelte b/web/src/lib/components/layouts/AuthPageLayout.svelte index f4532902c2..51186f83b2 100644 --- a/web/src/lib/components/layouts/AuthPageLayout.svelte +++ b/web/src/lib/components/layouts/AuthPageLayout.svelte @@ -1,7 +1,7 @@