We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Text becomes invisible in iPhone as shown above. It's fine on desktop browsers though.
Workaround for now:
<FloatingWhatsApp accountName='ABC' phoneNumber='1234567890' style={{color: '#111111'}} // <----- override color here />
The text was updated successfully, but these errors were encountered:
This maybe again happening due to styles clashing and, if this is the case, we can resolve this in a couple of ways:
!important
Sorry, something went wrong.
I had the same issue in light mode. But I fix it by wrapping the component in a div and adding css styles to the div as you suggested @rampatra.
No branches or pull requests
Text becomes invisible in iPhone as shown above. It's fine on desktop browsers though.
Workaround for now:
The text was updated successfully, but these errors were encountered: