ui cleanup
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-26 13:07:15 -06:00
parent b6a365cde1
commit 54355fc942
6 changed files with 83 additions and 75 deletions

View file

@ -1,3 +1,3 @@
<div {{ $attributes->merge(['class' => 'bg-gray-800 p-5 flex flex-col gap-5 items-center rounded']) }}>
<div {{ $attributes->merge(['class' => 'bg-gray-700 p-5 flex flex-col gap-5 items-center rounded']) }}>
{{ $slot }}
</div>