mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-06 08:22:34 +00:00
Merge (#127)
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