How to change label color while input field is focused? #668
Kavin-Sunware
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried this css:
![image](https://github.com/bl00mber/react-phone-input-2/assets/110604348/3093dd57-86d9-4e09-8b89-ab7d91683381).my-phone-input:focus + .special-label {
color: blue;
}
Beta Was this translation helpful? Give feedback.
All reactions