color black attr. ejected from relating pages

This commit is contained in:
Burak Civan
2022-06-23 14:44:37 +03:00
parent 62e717a1b8
commit e985a057e2
20 changed files with 20 additions and 20 deletions

View File

@ -11,7 +11,7 @@
@if ($attributes->has('route'))
<div class="flex justify-center items-center group">
<a href="{{ route($attributes->get('route')) }}">
<x-text.hover text="{{ trans('modules.see_all_type', ['type' => $attributes->get('title')]) }}" color="to-black" group-hover />
<x-text.hover text="{{ trans('modules.see_all_type', ['type' => $attributes->get('title')]) }}" group-hover />
</a>
<i class="material-icons text-sm ltr:ml-1 rtl:mr-1 transform transition-all group-hover:translate-x-1">arrow_forward</i>