diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index 149c3b55..f2ef0b3b 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -48,8 +48,12 @@ const statusMap: Record = { -
-
+
+
{{ statusMap?.[item?.status] || item?.status }}
diff --git a/tailwind.config.js b/tailwind.config.js index c90e4ea0..582bf65f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,7 @@ module.exports = { colors: { main: '#5973fe', yes: '#3fb68b', + inProgress: '#4472de', no: '#ff5353', info: '#00b2ff', textMain: '#333',