Skip to content

Commit

Permalink
Update ui/components/ui/review-spending-cap/review-spending-cap.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
  • Loading branch information
darkwing and NidhiKJha committed Feb 16, 2023
1 parent fded330 commit 7326b27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ export default function ReviewSpendingCap({
}
>
{valueIsGreaterThanBalance && (
<Icon name={ICON_NAMES.DANGER} color={Color.errorDefault} />
<Icon className="review-spending-cap__heading-title__tooltip__warning-icon" name={ICON_NAMES.DANGER} color={Color.errorDefault} />
)}
{Number(tokenValue) === 0 && (
<i className="far fa-question-circle review-spending-cap__heading-title__tooltip__question-icon" />
Expand Down

0 comments on commit 7326b27

Please sign in to comment.