···11<script module lang="ts">
22 import { tv } from "tailwind-variants";
3344- // the surface that docks directly beneath a <Tabs> bar. it pulls itself up 1px
55- // so its top border tucks behind the bar, where the active tab's raised, opaque
66- // background hides the seam — producing the connected "folder tab" look. keep it
77- // flush against the tab bar (no margin between them) for the join to line up.
84 export const tabPanel = tv({
99- base: "-mt-px rounded-sm border border-border-default bg-background-default text-foreground-default",
55+ base: "rounded-sm border border-border-default bg-background-default text-foreground-default",
106 variants: {
117 // the common surface padding; turn off to lay out children yourself
128 padded: {