Mercurial > packages > framework
diff publishable/resources/views/components/secondary-button.blade.php @ 4:84c75d9d90be
Changing usage to be bootstrap 5, not everything is reviewed but it's been started
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 20:33:35 -0400 |
| parents | b44434aaa767 |
| children |
line wrap: on
line diff
--- a/publishable/resources/views/components/secondary-button.blade.php Mon Jun 23 20:20:31 2025 -0400 +++ b/publishable/resources/views/components/secondary-button.blade.php Tue Aug 19 20:33:35 2025 -0400 @@ -1,4 +1,4 @@ -<button - {{ $attributes->merge(['type' => 'button', 'class' => 'inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-md font-semibold text-xs text-gray-700 uppercase tracking-widest shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-25 transition ease-in-out duration-150']) }}> +<a + {{ $attributes->merge(['type' => 'button', 'class' => 'btn btn-secondary', 'href' => '#']) }}> {{ $slot }} -</button> +</a>
