Skip to content

Commit

Permalink
use correct background color for auth pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Dec 3, 2023
1 parent 8abf2d8 commit caded97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/templates/auth/core.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends('templates/wrapper', [
'css' => ['body' => 'bg-neutral-900']
'css' => ['body' => 'bg-neutral-800']
])

@section('container')
Expand Down

0 comments on commit caded97

Please sign in to comment.