Hi,
I am missing some colors in dark mode.

I have just updated the following libraries:
- symfony/twig-bundle 6.4.24 to 7.2.9
- tales-from-a-dev/flowbite-bundle 0.2.5 to 1.0.1
- twig/twig 3.22.1 to 3.22.2
After the update, I did run bin/console tailwind:build with the following output:
root@320e54267515:/var/www/html# bin/console tailwind:build -v
! [NOTE] Executing Tailwind (pass -v to see more details).
Command:
'/var/www/html/var/tailwind/v4.1.16/tailwindcss-linux-arm64' '-i' '/var/www/html/assets/styles/app.css' '-o' '/var/www/html/var/tailwind/app.built.css'
≈ tailwindcss v4.1.16
Done in 66ms
What am I doing wrong?
Thanks for any help!
Edit: I did also update Flowbite to 4.0.1 and still have this problem.
I also do use the Symfony asset mapper - maybe that is the problem? Did not find any upgrade guide regarding Flowbite for this. I guess I am doing something wrong :)
Hi,
I am missing some colors in dark mode.
I have just updated the following libraries:
After the update, I did run
bin/console tailwind:buildwith the following output:What am I doing wrong?
Thanks for any help!
Edit: I did also update Flowbite to 4.0.1 and still have this problem.
I also do use the Symfony asset mapper - maybe that is the problem? Did not find any upgrade guide regarding Flowbite for this. I guess I am doing something wrong :)