Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Add missing clear button that was not committed
Browse files Browse the repository at this point in the history
  • Loading branch information
RVxLab committed Apr 8, 2022
1 parent 369194c commit c236e0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/clear-button.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<button class="absolute rvx-top-2 rvx-right-2" type="button" data-color-picker-action="clear">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>

0 comments on commit c236e0f

Please sign in to comment.