Skip to content

Commit

Permalink
Update status privacy notice badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 17, 2025
1 parent 4b0b116 commit 7a0c8d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clients/admin-ui/src/features/privacy-notices/cells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ type TagNames = "available" | "enabled" | "inactive";
const systemsApplicableTags: Record<TagNames, TagProps & { tooltip: string }> =
{
available: {
backgroundColor: "orange.100",
color: "orange.800",
backgroundColor: "warn.100",
color: "minos",
tooltip:
"This notice is associated with a system + data use and can be enabled",
},
enabled: {
backgroundColor: "green.100",
color: "green.800",
backgroundColor: "success.100",
color: "minos",
tooltip: "This notice is active and available for consumers",
},
inactive: {
backgroundColor: "gray.100",
color: "gray.800",
color: "minos",
tooltip:
"This privacy notice cannot be enabled because it either does not have a data use or the linked data use has not been assigned to a system",
},
Expand Down

0 comments on commit 7a0c8d4

Please sign in to comment.