From 76757998c81a55a09ac108bf9f20359728ab00d9 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 13 Jul 2026 23:20:23 +0100 Subject: [PATCH] Changed unsubscribe color. --- src/components/Dashboard/common/OperationDisplay.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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