diff --git a/src/components/Dashboard/common/OperationDisplay.jsx b/src/components/Dashboard/common/OperationDisplay.jsx index 85a02bf..a75c6d6 100644 --- a/src/components/Dashboard/common/OperationDisplay.jsx +++ b/src/components/Dashboard/common/OperationDisplay.jsx @@ -39,7 +39,7 @@ const OperationDisplay = ({ case 'unsubscribe': tagText = 'Unsubscribe' tagIcon = - tagColor = 'orange' + tagColor = 'default' break default: break