Skip to content

Commit

Permalink
Merge pull request #1745 from hackforla/error-text-hotfix
Browse files Browse the repository at this point in the history
error text hotfix
  • Loading branch information
andyarensman authored Jul 25, 2023
2 parents 4f86b0d + 36dad8d commit ce38840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/theme/overrides/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export default function TextField(theme) {
"& input::placeholder": {
color: error,
},
"& input": {
color: error,
},
},
},
},
Expand Down

0 comments on commit ce38840

Please sign in to comment.