This commit is contained in:
Saeed Vaziry
2024-04-14 14:53:58 +02:00
parent 8a4ef66946
commit 72b37c56fd
2 changed files with 44 additions and 45 deletions

View File

@ -1,5 +1,5 @@
<td
{!! $attributes->merge(["class" => "whitespace-nowrap border-t border-gray-200 px-6 py-4 text-gray-700 dark:border-gray-700 dark:text-gray-300 w-1"]) !!}
{!! $attributes->merge(["class" => "whitespace-nowrap px-6 py-4 text-gray-700 dark:text-gray-300 w-1"]) !!}
>
{{ $slot }}
</td>