How to get primary color back?
the 'primary_color' key in /config/wave.php
no longer has any effect on color style in the app. I found that it was hardcoded into app.css
but I'm not sure how to properly generate the different shades of colors like it did before in the previous version (of Tailwind?). Also, there is a style issue with no space between the cards on the pricing.blade.php
file. Image below of that. I believe it can be fixed with this PR: https://github.com/thedevdojo/wave/pull/289
If this was intentional, then it looks super awkward unless the middle one is featured. If there is no default, or a different plan that is not in the center is default, it looks bad.
However, I am still not sure how to fix the primary_color issue.
Thanks for the PR! I've gone ahead and merged it!
Not 100% sure when the primary color config was disabled, maybe in this huge PR here: https://github.com/thedevdojo/wave/pull/264
Wave now uses TailwindCSS v4 if this helps in terms of TailwindCSS specific questions. There are indeed some differences with older versions.