Hello,
I have a project with the latest version of Kendo UI ASP.NET MVC.
In my bundle config i am loading the 2 .css files
kendo.common-material.min.css
kendo.material.min.css
Everything runsand looks as expected with the blue material theme. I want to be able to override the accent/primary color in the theme.
I've tried downloading and using the npm package @progress/kendo-theme-material, overriding the scss variables and recompiling the .css.
when i add this file into the bundle config it completely messes up the controls, padding, margin, spacing and the actual look of the controls is wrong.
How do i customise the material theme?
Cheers
Mike