style: update background colors to use gray-50 for consistency in auth views

This commit is contained in:
Andras Bacsai
2025-11-06 08:43:43 +01:00
parent 23a3b47011
commit 239e28630f
6 changed files with 241 additions and 232 deletions

View File

@@ -82,7 +82,7 @@
*/
html,
body {
@apply w-full min-h-full bg-neutral-50 dark:bg-base dark:text-neutral-400;
@apply w-full min-h-full bg-gray-50 dark:bg-base dark:text-neutral-400;
}
body {