fix: make Share Feedback text always white

This commit is contained in:
Yadnesh Tambe 2025-12-19 16:06:42 +05:30 committed by GitHub
parent c4da34aed5
commit 354c79f4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
</div>
<div>
<button
class="bg-[#25262B] inline-block text-center rounded-full px-4 py-2.5 text-sm font-medium border-2 border-solid text-$vp-c-text-1 border-$vp-c-divider"
class="bg-[#25262B] inline-block text-center rounded-full px-4 py-2.5 text-sm font-medium border-2 border-solid text-white border-$vp-c-divider"
@click="toggleCard()"
>
Share Feedback