Files
dumbo2/resources/views/components/button.blade.php
2023-02-23 18:58:41 +01:00

4 lines
337 B
PHP

<button {{ $attributes->merge(['type' => 'submit', 'class' => 'inline-flex items-center px-4 py-2 bg-fogra border border-burnt rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-burnt active:bg-yelmax focus:outline-none disabled:opacity-25 transition ease-in-out duration-150']) }}>
{{ $slot }}
</button>