To reproduce the bug
- 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";inresources/css/app.css - Observe the right background for the text input