Skip to content

Commit

Permalink
fix: update info icon color (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 authored May 28, 2024
1 parent 682bade commit 0e6de58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Error } from '@openedx/paragon/icons';

const InviteModalSummaryDuplicate = () => (
<Stack className="duplicate-warning" direction="horizontal" gap={3}>
<Icon className="text-info" src={Error} />
<Icon className="text-info-500" src={Error} />
<div>
<div className="h4 mb-1">Only 1 invite per email address will be sent.</div>
<span className="small">One or more duplicate emails were detected. Ensure that your entry is correct before proceeding.</span>
Expand Down

0 comments on commit 0e6de58

Please sign in to comment.