This commit is contained in:
2024-12-30 17:32:55 +01:00
parent bcfa0f92a6
commit dedb1c0628
16 changed files with 316 additions and 239 deletions
+2
View File
@@ -15,6 +15,8 @@ const badgeVariants = cva(
destructive:
"border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",
outline: "text-foreground",
paid: "border-transparent bg-green-500 text-green-50",
unpaid: "border-transparent bg-red-500 text-red-50",
},
},
defaultVariants: {