-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Labels
Milestone
Description
Package
filament/forms
Package Version
v4.4.0
Laravel Version
v12.44
Livewire Version
v3.7.3
PHP Version
PHP 8.4.15
Problem description
Follow up on the changes made on this PR #18778
When upgrading to 4.4.0 and using the tailwindcss/forms plugin, the inputs background in dark mode are white
Expected behavior
Background is dark
Steps to reproduce
- Clone the repository
- Run composer install
- Run npm install
- Run npm run dev
- Run php artisan serve
- Visit http://localhost:8000
- Click the dark mode button to enable dark mode
- Observe the wrong background for the text input
- Comment out the @plugin "@tailwindcss/forms"; in resources/css/app.css
- Observe the right background for the text input
Reproduction repository (issue will be closed if this is not valid)
https://github.com/nessimabadi/filament-test-bg
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done