Skip to content

Commit

Permalink
Colorpicker: fix mobile IOS (#390)
Browse files Browse the repository at this point in the history
Make it clickable on mobile IOS.
  • Loading branch information
robsontenorio committed Apr 22, 2024
1 parent 206dd53 commit 842a211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Colorpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function render(): View|Closure|string
>
<input
type="color"
class="cursor-pointer invisible w-4"
class="cursor-pointer opacity-0 w-4"
x-ref="colorpicker"
x-on:click.stop=""
{{ $attributes->wire('model') }}
Expand Down

0 comments on commit 842a211

Please sign in to comment.