Skip to content

Commit

Permalink
Merge pull request #2331 from Shoaibdev7/source-table-icon-color
Browse files Browse the repository at this point in the history
[Source-Table]: `Delete` icon color is not `Danger` (red)
  • Loading branch information
Rassl authored Nov 1, 2024
2 parents 309adf7 + c54ca03 commit 2fc60ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ const IconWrapper = styled(Flex)`
display: flex;
&.centered {
margin: 0 auto;
color: ${colors.secondaryRed};
}
& + & {
Expand Down

0 comments on commit 2fc60ff

Please sign in to comment.