diff --git a/frontend/src/helpers/policies.ts b/frontend/src/helpers/policies.ts index e1a522e9f..c97f25965 100644 --- a/frontend/src/helpers/policies.ts +++ b/frontend/src/helpers/policies.ts @@ -2,11 +2,11 @@ import { PolicyType } from "@app/hooks/api/policies/enums"; export const policyDetails: Record = { [PolicyType.AccessPolicy]: { - className: "bg-yellow-500/40 text-mineshaft-100", + className: "bg-green/20 text-green", name: "Access Policy" }, [PolicyType.ChangePolicy]: { - className: "bg-blue-500/40 text-mineshaft-100", + className: "bg-yellow/20 text-yellow", name: "Change Policy" } };