4 lines
264 B
PHP
4 lines
264 B
PHP
|
<button {{ $attributes->merge(['type' => 'submit', 'class' => 'w-full border border-red-400 px-8 py-3 font-semibold rounded-md hover:bg-zinc-700 active:bg-zinc-700 focus-visible:outline-none focus:border-red-500 focus:ring-red-500']) }}>
|
||
|
{{ $slot }}
|
||
|
</button>
|