From caded97817cd40b62b2524223da87a2a922e1688 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sun, 3 Dec 2023 23:24:48 +0100 Subject: [PATCH] use correct background color for auth pages --- resources/views/templates/auth/core.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/templates/auth/core.blade.php b/resources/views/templates/auth/core.blade.php index 775f3e43a5..039f8095a4 100644 --- a/resources/views/templates/auth/core.blade.php +++ b/resources/views/templates/auth/core.blade.php @@ -1,5 +1,5 @@ @extends('templates/wrapper', [ - 'css' => ['body' => 'bg-neutral-900'] + 'css' => ['body' => 'bg-neutral-800'] ]) @section('container')