token selection chevron
This commit is contained in:
parent
814e6a4eac
commit
659cc34d68
@ -169,6 +169,11 @@ watch(walletAddress, (): void => {
|
|||||||
class="flex flex-row p-2 px-3 bg-gray-300 rounded-3xl min-w-fit gap-1"
|
class="flex flex-row p-2 px-3 bg-gray-300 rounded-3xl min-w-fit gap-1"
|
||||||
@click="openTokenSelection()"
|
@click="openTokenSelection()"
|
||||||
>
|
>
|
||||||
|
<img
|
||||||
|
class="text-gray-900"
|
||||||
|
alt="Chevron Down"
|
||||||
|
src="@/assets/chevronDownBlack.svg"
|
||||||
|
/>
|
||||||
<img
|
<img
|
||||||
alt="Token image"
|
alt="Token image"
|
||||||
class="sm:w-fit w-4"
|
class="sm:w-fit w-4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user