mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
fix: make Share Feedback text always white
This commit is contained in:
parent
c4da34aed5
commit
354c79f4ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue