Akaunting/resources/views/components/dropdown/link.blade.php

6 lines
270 B
PHP
Raw Normal View History

2022-07-20 08:17:33 +00:00
<a href="{!! $href !!}" class="w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap" {{ $attributes }}>
2022-06-01 07:15:55 +00:00
<span class="w-full h-full flex items-center rounded-md px-2 text-sm font-normal hover:bg-lilac-100">
{!! $slot !!}
</span>
</a>