Conversation
|
HI @danharrin , i think that by doing this the background is fixed for date, datetime, and time inputs but for the rest of the inputs it removes the background in dark mode. I'm using the forms library not in a panel, but in a custom app |
|
Hi, the class that I removed should just be a 1% opacity white, so I do not understand why it would cause the issue in your screenshot. Are you able to reproduce it in a fresh repository? |
|
i have the same issue |
|
@ziming can I have an issue with a reproduction please? |
|
Not sure about the ingredients needed to reproduce but it is happening on about 3-4 of my production sites. (I have 8 sites in total). |
|
I'm sorry, I cannot reproduce locally so you need to help me. This PR was created to fix a different bug. |
|
ok, if i figure out the right combination to reproduce it will let you know |
|
@danharrin I created an issue to move the conversation there with a reproduction repository |
When using the @tailwindcss/forms plugin, inputs get white backgrounds by default. This caused dark mode inputs to appear white after PR filamentphp#18778 was merged. Adding `bg-transparent` ensures the input inherits the background from its container rather than using the tailwindcss/forms default. Fixes filamentphp#18874 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…rms (#18875) When using the @tailwindcss/forms plugin, inputs get white backgrounds by default. This caused dark mode inputs to appear white after PR #18778 was merged. Adding `bg-transparent` ensures the input inherits the background from its container rather than using the tailwindcss/forms default. Fixes #18874 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: jeremylongshore <jeremylongshore@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>


Fixes #18774.