-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force black text for search input #540
base: main
Are you sure you want to change the base?
Conversation
This lints fine for me locally 🤷
|
I updated my hooks and got this, but then pre-commit changes it back 🙃
|
You probably have an old version of prettier installed and pre-commit/circleci are using the later release. |
Co-authored-by: Anthony <aj@ohess.org>
You should probably do the same work for the "X" shown at the right of the input field. It's currently white as well. |
Fixes #420