mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvement: better badge color
This commit is contained in:
@@ -2,11 +2,11 @@ import { PolicyType } from "@app/hooks/api/policies/enums";
|
||||
|
||||
export const policyDetails: Record<PolicyType, { name: string; className: string }> = {
|
||||
[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"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user