1
0
Fork 0

resources/views/components/button.blade.php: Adding cursor-pointer class.

This commit is contained in:
Henrik Hautakoski 2021-12-31 16:44:34 +01:00
parent c8b93095dc
commit fc705f0dc5

View file

@ -28,6 +28,6 @@ if ($href) {
@endphp
<{{$element}} {{ $attributes->merge(['class' => "inline-block px-4 py-2 rounded $color"]) }}>
<{{$element}} {{ $attributes->merge(['class' => "cursor-pointer inline-block px-4 py-2 rounded $color"]) }}>
{{ $slot }}
</{{$element}}>