Skip to content

Commit

Permalink
fix: add primary color to checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Jul 26, 2023
1 parent 0909bf0 commit d8d7d4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function ChplAttestationWizardSection2(props) {
<Checkbox
checked={child.submittedResponses.some((resp) => resp.id === answer.id)}
onChange={(event) => handleSubResponse(section, item, answer, event.currentTarget.checked)}
color="primary"
/>
)}
label={answer.response}
Expand Down

0 comments on commit d8d7d4f

Please sign in to comment.