Modification de la searchbar

This commit is contained in:
PascalMarchesseault
2024-06-25 19:16:37 -04:00
parent 154bc1669a
commit faccc2ceb3
4 changed files with 69 additions and 4 deletions

View File

@@ -42,10 +42,12 @@
<div @click="togglePopup"
ref="popupButton"
class="bg-purple rounded-full w-10 h-10 flex justify-center items-center self-end mt-4 cursor-pointer">
<v-icon>mdi-plus</v-icon>
class="bg-purple rounded-full w-16 h-16 flex justify-center items-center self-end mt-4 cursor-pointer"
style="background: radial-gradient(circle, rgba(163,14,121,1) 50%, rgba(107,0,101,1) 100%); border: 2px solid white; ">
<v-icon class="text-2xl">mdi-gift-outline</v-icon>
</div>
</div>
</div>