From d5bf4e1d53b4e842732058104d512d989e12cf35 Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Mon, 6 May 2024 15:55:02 +0200 Subject: [PATCH] fix: Change cancelled status label icon and color --- public/images/common/block.svg | 2 +- src/features/swap/components/StatusLabel/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/images/common/block.svg b/public/images/common/block.svg index cbeaa31a3c..4704ca840e 100644 --- a/public/images/common/block.svg +++ b/public/images/common/block.svg @@ -1,3 +1,3 @@ - + diff --git a/src/features/swap/components/StatusLabel/index.tsx b/src/features/swap/components/StatusLabel/index.tsx index 9822a15736..7109aeab8f 100644 --- a/src/features/swap/components/StatusLabel/index.tsx +++ b/src/features/swap/components/StatusLabel/index.tsx @@ -42,9 +42,9 @@ const statusMap: Record = { }, cancelled: { label: 'Cancelled', - color: 'error.dark', + color: 'error.main', backgroundColor: 'error.background', - iconColor: 'error.dark', + iconColor: 'error.main', icon: BlockIcon, }, expired: {