From f179998e7ce3d661102b47723143421aafb339ad Mon Sep 17 00:00:00 2001 From: Sophie Turner Date: Thu, 19 Sep 2024 22:13:31 +0500 Subject: [PATCH] fix(edit-modal): icon background color is mismatch modal --- .../ModalsContainer/EditNodeNameModal/Title/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ModalsContainer/EditNodeNameModal/Title/index.tsx b/src/components/ModalsContainer/EditNodeNameModal/Title/index.tsx index d3d882358..ac9772bf1 100644 --- a/src/components/ModalsContainer/EditNodeNameModal/Title/index.tsx +++ b/src/components/ModalsContainer/EditNodeNameModal/Title/index.tsx @@ -112,4 +112,8 @@ const LabelWrapper = styled.span` const EditIconWrapper = styled(Flex)` align-items: center; cursor: pointer; + + svg { + fill: none; + } `