Added UI of custom marker actions

This commit is contained in:
Alexis
2024-01-13 14:12:58 +01:00
parent 9123fb2263
commit 4c1bd4ff44
3 changed files with 122 additions and 61 deletions

View File

@@ -204,7 +204,7 @@ function hideMarkerModal() {
</form>
<div class="modal-actions">
<button class="btn btn-danger btn-icon" @click="hideMarkerModal">
<button class="btn btn-danger btn-icon btn-shadow" @click="hideMarkerModal">
<i class="ph-light ph-x"></i>
</button>
</div>