mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
Redesign (#124)
- redesign the dashboard - add search bar - Mobile-friendly design
This commit is contained in:
5
resources/views/components/tr.blade.php
Normal file
5
resources/views/components/tr.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<tr
|
||||
{!! $attributes->merge(["class" => "dark:text-white bg-white border-b last:border-b-0 dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800/70"]) !!}
|
||||
>
|
||||
{{ $slot }}
|
||||
</tr>
|
Reference in New Issue
Block a user