Skip to content

Commit

Permalink
Fix bulk data icon color (#3182)
Browse files Browse the repository at this point in the history
Co-authored-by: John Conroy <[email protected]>
  • Loading branch information
john-conroy and john-conroy authored Jul 17, 2023
1 parent 92bc28a commit 8634b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function BulkDataTransferPanel({ title, status, tooltip, children, addOns }) {
{title}
{status ? statusIcons[status] : null}
<SecondaryBackgroundTooltip title={tooltip}>
<InfoIcon fontSize="small" />
<InfoIcon fontSize="small" color="primary" />
</SecondaryBackgroundTooltip>
</Header>
<ContentText variant="body2">{children}</ContentText>
Expand Down

0 comments on commit 8634b9f

Please sign in to comment.