Closed farhanangullia closed 5 months ago
I think you could change the color yourself in : \typescript-version\src\@core\theme\palette\index.ts
Hi @farhanangullia,
You can change the primary color in the typescript-version/src/@core/theme/palette/index.ts
file as mentioned by @redianmf.
We've rolled out a new version that includes the Next.js v14 App Router. Feel free to dive in and check it out.
Also, in this latest release, we've made it easier to customize colors through user overridable files. This way, you won't need to modify anything in our core folders.
I'm going to close this issue, but don't hesitate to open a new issue if you encounter any problems.
What problem does this feature solve?
how can we change the primary colours of the template? including the button hover colours? managed to change the primary button colour but not sure if it's the correct way. button hovering still shows the same default color
What does the proposed solution look like?
N/A