Skip to content

Commit

Permalink
[Issue #3404] use brand green for process page icons (#3415)
Browse files Browse the repository at this point in the history
## Summary
Fixes #3404

### Time to review: __1 mins__

## Changes proposed
- Switch the utility class of the green checkmark icons in the IconList
component on the process page

## Context for reviewers
This uses a brand green instead of the default `green` token

## Additional information

![image](https://github.com/user-attachments/assets/16c57331-f37e-4235-85f4-7d9fed15f68e)
  • Loading branch information
andycochran authored Jan 7, 2025
1 parent dd3f173 commit 263f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/[locale]/process/ProcessProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ProcessProgress = () => {
>
<IconListIcon>
<USWDSIcon
className="usa-icon text-green"
className="usa-icon text-primary-darker"
name="check_circle"
/>
</IconListIcon>
Expand Down

0 comments on commit 263f8b3

Please sign in to comment.