diff --git a/modules/rwallet/components/folk-wallet-viewer.ts b/modules/rwallet/components/folk-wallet-viewer.ts index 871905a..18ac512 100644 --- a/modules/rwallet/components/folk-wallet-viewer.ts +++ b/modules/rwallet/components/folk-wallet-viewer.ts @@ -1190,7 +1190,7 @@ class FolkWalletViewer extends HTMLElement { /* ── Top-level tabs ── */ .top-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--rs-border-subtle); - margin-bottom: 8px; max-width: 640px; margin-left: auto; margin-right: auto; + margin-bottom: 0; max-width: 640px; margin-left: auto; margin-right: auto; } .top-tab { padding: 12px 24px; border: none; background: transparent;