Skip to content

Commit

Permalink
[Feat] Vulnerability chips: show icon before string
Browse files Browse the repository at this point in the history
  • Loading branch information
zainkhanh1892 committed Sep 12, 2023
1 parent 7ca79da commit 0954057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/vulnerabilityAndSignatureComponents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const CriticalVulnerabilityChip = () => {
onDelete={() => {
return;
}}
deleteIcon={<FilledBugIcon sx={{ color: '#E53935!important', marginRight: '8px', verticalAlign: 'middle' }} />}
deleteIcon={<FilledBugIcon sx={{ color: '#E53935!important', }} />}
data-testid="critical-vulnerability-chip"
/>
);
Expand Down

0 comments on commit 0954057

Please sign in to comment.