mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
style(ui): use success variant for active membership badge
This commit is contained in:
@@ -108,12 +108,7 @@ export const MembershipItem = ({
|
||||
</Button>
|
||||
)}
|
||||
{isActiveTenant ? (
|
||||
<Badge
|
||||
variant="outline"
|
||||
className="border-emerald-600 text-emerald-600"
|
||||
>
|
||||
Active
|
||||
</Badge>
|
||||
<Badge variant="success">Active</Badge>
|
||||
) : (
|
||||
<Button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user