Skip to content

Commit

Permalink
style: change autofix wand color when misconfig selected
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed Sep 22, 2023
1 parent 9c5dc13 commit e4ae04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ProblemRenderer: React.FC<IProps> = props => {
) : null}
{onAutofixHandler && hasFix && !absent ? (
<AutofixHint>
<Icon style={{color: Colors.grey8}} name="magic-wand" />
<Icon style={{color: isSelected ? Colors.blackPure : Colors.grey8}} name="magic-wand" />
</AutofixHint>
) : null}
</>
Expand Down

0 comments on commit e4ae04a

Please sign in to comment.