Add delete icon
This commit is contained in:
parent
000f9df65e
commit
2e533e1abc
2 changed files with 5 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
class="border border-grey-200 | rounded-xl | p-16 | w-full"
|
||||
></textarea>
|
||||
</div>
|
||||
<button data-icon="trash" class="btn btn--black-10 | ml-auto mt-auto" @click="visible = false">Supprimer cette image</button>
|
||||
<button data-icon="delete" class="btn btn--black-10 | ml-auto mt-auto" @click="visible = false">Supprimer cette image</button>
|
||||
</div>
|
||||
</Dialog>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue