We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950d657 commit 66a7d24Copy full SHA for 66a7d24
governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx
@@ -116,7 +116,7 @@ const StatusTag = ({ proposalStatus }: { proposalStatus: string }) => {
116
proposalStatus === 'active'
117
? 'bg-[#3C3299]'
118
: proposalStatus === 'executed'
119
- ? 'bg-[#1C1E5D]'
+ ? 'bg-[#1B730E]'
120
: proposalStatus === 'cancelled'
121
? 'bg-[#C4428F]'
122
: proposalStatus === 'rejected'
0 commit comments