akaunting 3.0 (the last dance)
This commit is contained in:
5
resources/views/components/dropdown/button.blade.php
Normal file
5
resources/views/components/dropdown/button.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<button type="button" class="w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap" {{ $attributes }}>
|
||||
<span class="w-full h-full flex items-center rounded-md px-2 text-sm font-normal hover:bg-lilac-100">
|
||||
{!! $slot !!}
|
||||
</span>
|
||||
</button>
|
Reference in New Issue
Block a user