mirror of https://github.com/kcal-app/kcal.git
4 lines
378 B
PHP
4 lines
378 B
PHP
<button {{ $attributes->merge(['type' => 'submit', 'class' => "inline-flex items-center border border-transparent rounded-md font-semibold text-xs text-green-500 tracking-widest hover:text-green-700 active:text-green-900 focus:outline-none focus:border-green-900 focus:ring ring-green-300 disabled:opacity-25 transition ease-in-out duration-150"]) }}>
|
|
{{ $slot }}
|
|
</button>
|