Cursor style changed

This commit is contained in:
Merve Karaman 2023-03-02 16:47:31 +03:00
parent a149b358a3
commit f211864982

View File

@ -10,7 +10,7 @@
value="{{ $signedUrl }}"
ref="clone"
@click="onCopyLink()"
style="appearance: none; background-color: whitesmoke; border: none; font-size: 16px;"
style="appearance: none; background-color: whitesmoke; cursor:pointer; border: none; font-size: 16px;"
/>
<x-form.input.hidden name="hidden-share" value="{{ $signedUrl }}" />