fix warning class style

This commit is contained in:
2026-05-21 15:30:53 +07:00
parent e6a032e8e0
commit 6b8f9dec5d
3 changed files with 10 additions and 7 deletions
@@ -28,7 +28,7 @@ export function RefundPolicySection() {
{tiers.map((t) => (
<li key={t.minDaysBefore} className="flex items-baseline gap-2">
<span
className={`inline-flex min-w-[3rem] justify-center rounded-full px-2 py-0.5 text-[10px] font-bold ${
className={`inline-flex min-w-12 justify-center rounded-full px-2 py-0.5 text-[10px] font-bold ${
t.refundPercentage >= 80
? "bg-primary-100 text-primary-700"
: t.refundPercentage >= 50