PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

How to get primary color back?

produkt

Oct 19th, 2025 07:23 AM

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.

bobbyiliev

Oct 19th, 2025 07:42 AM

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.