Replies: 1 comment 5 replies
-
I cannot reproduce this in Arc, Chrome, or Chrome Canary. It appears to work in Play and your reproduction. Can you provide screenshots of what you're seeing? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a new issue for this problem that was already reported and closed but I still reproduce it in the latest version.
text-color is not applied in Chrome unless you use !important, works as expected in Firefox and Safari.
A small repo with a basic case https://github.com/franpeza/placeholder-styling-issues
What version of Tailwind CSS are you using?
4.1.14
What build tool (or framework if it abstracts the build tool) are you using?
@tailwindcss/postcss: 4.1.14
next: 15.5.4
What version of Node.js are you using?
v24.0.2
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://github.com/franpeza/placeholder-styling-issues
Describe your issue
Colors are not applied to placeholder in Chrome unless you use !important
Beta Was this translation helpful? Give feedback.
All reactions