Initial commit
This commit is contained in:
1
resources/views/vendor/wirechat/components/dropdown-button.blade.php
vendored
Normal file
1
resources/views/vendor/wirechat/components/dropdown-button.blade.php
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<div {{ $attributes->merge(['class' => 'block w-full px-4 py-2 text-start text-sm leading-5 text-gray-700 dark:text-gray-300 hover:bg-[var(--wc-light-primary)] dark:hover:bg-[var(--wc-dark-primary)] focus:outline-hidden focus:bg-[var(--wc-light-primary)] dark:focus:bg-[var(--wc-dark-primary)] transition duration-150 ease-in-out']) }}>{{ $slot }}</div>
|
||||
Reference in New Issue
Block a user