Small tweaks on styles.

This commit is contained in:
Filipe Soccol
2024-11-07 13:15:08 -03:00
parent 9ddc843c01
commit 617388d8e1
2 changed files with 35 additions and 39 deletions

View File

@@ -12,6 +12,8 @@ import { getTokenImage } from "@/utils/imagesPath";
import { onClickOutside } from "@vueuse/core";
import { useOnboard } from "@web3-onboard/vue";
import ChevronDown from "@/assets/chevron.svg";
// html references
const tokenDropdownRef = ref<any>(null);
@@ -136,7 +138,7 @@ const handleSellClick = async (
>
{{ selectedToken }}
</span>
<img
<ChevronDown
class="text-gray-900 pr-4 sm:pr-0 transition-all duration-500 ease-in-out"
:class="{ 'scale-y-[-1]': selectTokenToggle }"
alt="Chevron Down"