We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a231fe commit cc29eacCopy full SHA for cc29eac
components/account/TokenHoldings.vue
@@ -211,7 +211,7 @@ const onViewAll = () => {
211
</div>
212
213
<!-- Footer CTA (sticky bottom, styled like List.vue) -->
214
- <div class="px-6 py-3 mt-3 text-center bg-[#151515] rounded-b-md border-t border-[#222222]">
+ <div class="px-6 py-3 text-center bg-[#151515] rounded-b-md border-t border-[#222222]">
215
<button
216
class="text-[12px] font-semibold text-[#b8b8b8] hover:text-[#9ccee7]"
217
@click.prevent="onViewAll"
0 commit comments