I was previously setting primary, secondary, and error colors and then importing the all.scss from kendo-theme-material - it worked great.
Now, I'm trying to import the material-2.scss and most of the controls have styling issues, almost like it is still trying to render Material 3 styles which take up a lot more space.
If I want to import like this, am I doing something wrong, or is the material-2 scss simply not working yet?
$kendo-color-primary: COLORGOESHERE;
$kendo-color-secondary: COLORGOESHERE;
$kendo-color-error: COLORGOESHERE;
@import '@progress/kendo-theme-material/dist/material-2.scss';
//@import '@progress/kendo-theme-material/dist/all.scss';