fixed sub category color issue

This commit is contained in:
Cüneyt Şentürk 2022-09-16 11:12:37 +03:00
parent ed8d2753e8
commit 8e91fbb8c1

View File

@ -43,7 +43,7 @@
</x-table.td>
<x-table.td class="ltr:pr-6 rtl:pl-6 py-4 ltr:text-left rtl:text-right whitespace-nowrap text-sm font-normal text-black cursor-pointer w-2/12 relative">
<span class="material-icons text-3xl text-{{ $item->color }}" style="color:{{ $sub_category->color }};">circle</span>
<span class="material-icons text-3xl text-{{ $sub_category->color }}" style="color:{{ $sub_category->color }};">circle</span>
</x-table.td>
<x-table.td kind="action">