From a224948f46e052fe119ba64431436b7ecfed859a Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Wed, 9 Oct 2024 22:18:04 +0500 Subject: [PATCH] fix(source-table): delete icon color is not danger --- .../SourcesTableModal/SourcesView/Sources/Table/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SourcesTableModal/SourcesView/Sources/Table/index.tsx b/src/components/SourcesTableModal/SourcesView/Sources/Table/index.tsx index 58bf71c71..320eaf6f5 100644 --- a/src/components/SourcesTableModal/SourcesView/Sources/Table/index.tsx +++ b/src/components/SourcesTableModal/SourcesView/Sources/Table/index.tsx @@ -251,6 +251,7 @@ const IconWrapper = styled(Flex)` display: flex; &.centered { margin: 0 auto; + color: ${colors.secondaryRed}; } & + & {