Skip to content

Commit 5f7d056

Browse files
committed
lines
1 parent e9f1bc9 commit 5f7d056

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

frontend/src/components/brochure/pricing-page.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ function TableBenefit({
6565
)}
6666
>
6767
{typeof value === "boolean" ? (value ? "✓" : "-") : value}
68+
<span
69+
className={clsx(
70+
"absolute top-[-2px] left-0 right-0 h-[4px]",
71+
getBackgroundColor(i),
72+
)}
73+
/>
74+
<span
75+
className={clsx(
76+
"absolute bottom-[-2px] left-0 right-0 h-[4px]",
77+
getBackgroundColor(i),
78+
)}
79+
/>
6880
</div>
6981
);
7082
})}

0 commit comments

Comments
 (0)