Skip to content

Commit b6f5607

Browse files
authored
Merge pull request #696 from trycompai/main
[comp] Production Deploy
2 parents 64cfc75 + b729a9d commit b6f5607

File tree

1 file changed

+6
-3
lines changed
  • apps/app/src/app/[locale]/(app)/(dashboard)/[orgId]/policies/[policyId]/components

1 file changed

+6
-3
lines changed

apps/app/src/app/[locale]/(app)/(dashboard)/[orgId]/policies/[policyId]/components/PolicyOverview.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,12 @@ export function PolicyOverview({
105105

106106
return (
107107
<div className="space-y-4">
108-
{isPendingApproval && (
109-
<Alert className="border-red-500 bg-red-50 rounded-sm">
110-
<ShieldX className="h-4 w-4" />
108+
{isPendingApproval && (
109+
<Alert
110+
variant="destructive"
111+
className="rounded-sm bg-destructive/10 dark:bg-destructive/20"
112+
>
113+
<ShieldX className="h-4 w-4" />
111114
<AlertTitle>
112115
{canCurrentUserApprove
113116
? "Action Required by You"

0 commit comments

Comments
 (0)