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:
@@ -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'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user