Refactor color classes to use new success color variable across admin and member pages; update Tailwind config to include success color definition.

This commit is contained in:
2026-01-09 13:46:01 -06:00
parent 4ba44d8997
commit 727c2bc710
56 changed files with 491 additions and 358 deletions

View File

@@ -229,7 +229,7 @@ const AdminPlans = () => {
<div className="flex flex-wrap gap-2 mb-4">
<Badge
className={`${plan.active
? 'bg-[#81B29A] text-white'
? 'bg-success text-white'
: 'bg-gray-400 text-white'
}`}
>