Skip to content

Commit

Permalink
Give file input a hand cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ayonix committed Aug 26, 2023
1 parent 291bb41 commit be061b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/forms/Fileinput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<label
class="disabled:opacity-60 disabled:cursor-not-allowed text-white bg-primary-700 enabled:hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 dark:bg-primary-600 dark:enabled:hover:bg-primary-700 focus:outline-none dark:focus:ring-primary-800"
class="cursor-pointer disabled:opacity-60 disabled:cursor-not-allowed text-white bg-primary-700 enabled:hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 dark:bg-primary-600 dark:enabled:hover:bg-primary-700 focus:outline-none dark:focus:ring-primary-800"
>
<input type="file" on:change {...$$restProps} class="hidden" />
{label}
Expand Down

0 comments on commit be061b4

Please sign in to comment.