themeselection / materio-mui-nextjs-admin-template-free

An enterprise-grade Next.js admin dashboard template. Made with developer experience first: Next.js v14 (App Router), Material UI (MUI), Tailwind CSS, TypeScript, ESLint, Prettier, VSCode Configs !! 🚀
https://themeselection.com/item/materio-free-mui-nextjs-admin-template
MIT License
1.57k stars 543 forks source link

changing colours in the ts variant #24

Closed farhanangullia closed 3 months ago

farhanangullia commented 7 months ago

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

redianmf commented 7 months ago

I think you could change the color yourself in : \typescript-version\src\@core\theme\palette\index.ts

neelbrahmakshatriya commented 3 months ago

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.