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')