Skip to content

Commit

Permalink
Merge pull request #700 from SelectQuoteLabs/issue-699/Update_SQFormH…
Browse files Browse the repository at this point in the history
…elperText_color

chore: 🤖 Update SQFormHelperText color
  • Loading branch information
20BBrown14 authored Jul 13, 2022
2 parents 3bf8cc6 + 240d6d9 commit 51f7ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SQForm/SQFormHelperText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const useStyles = makeStyles((theme) => {
color: 'var(--color-textSuccessGreen)',
},
error: {
color: 'var(--color-brightYellow)',
color: 'var(--color-textWarningYellow)',
},
fail: {
color: 'var(--color-textErrorRed)',
Expand Down

0 comments on commit 51f7ec1

Please sign in to comment.