Skip to content

Commit cc29eac

Browse files
committed
fix: ninja margin
1 parent 3a231fe commit cc29eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/account/TokenHoldings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const onViewAll = () => {
211211
</div>
212212

213213
<!-- 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]">
214+
<div class="px-6 py-3 text-center bg-[#151515] rounded-b-md border-t border-[#222222]">
215215
<button
216216
class="text-[12px] font-semibold text-[#b8b8b8] hover:text-[#9ccee7]"
217217
@click.prevent="onViewAll"

0 commit comments

Comments
 (0)