resources/views/components/button.blade.php: Adding cursor-pointer class.
This commit is contained in:
parent
c8b93095dc
commit
fc705f0dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue