Skip to content

Commit

Permalink
fix(source-table): delete icon color is not danger
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Oct 9, 2024
1 parent 458376b commit a224948
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 a224948

Please sign in to comment.