Skip to content

Commit

Permalink
Fix theme color choice in ValidationStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Oct 10, 2023
1 parent 16dea2e commit 586e228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ValidationStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const useStyles = makeStyles((theme) => ({
stepAvatarChecked: {
background: theme.custom.gradients.turquoise,
border: 0,
color: theme.colors.white,
color: theme.custom.colors.white,
},
}));

Expand Down

0 comments on commit 586e228

Please sign in to comment.