diff --git a/src/components/Dashboard/common/StateTag.jsx b/src/components/Dashboard/common/StateTag.jsx index c378339..1dc62d5 100644 --- a/src/components/Dashboard/common/StateTag.jsx +++ b/src/components/Dashboard/common/StateTag.jsx @@ -101,9 +101,13 @@ const StateTag = ({ state, showBadge = true, style = {} }) => { text = 'Sent' break case 'acknowledged': - status = 'processing' + status = 'purple' text = 'Acknowledged' break + case 'confirmed': + status = 'purple' + text = 'Confirmed' + break case 'ordered': status = 'cyan' text = 'Ordered'