Hello :
I have an Ionic/angular app with ej2-schedule component working properly. The only problem I have is when I try to print from schedule, the resulting document is completely broken:


I'm using ionic components as well, and to make the color match with them I have used Theme Studio for Essential JS2. I downloaded the scss file, imported in global.scss and is working fine in the rest of the application except for scheduler print.
If I add the styles in index.html with <link rel='nofollow' href="//cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
and remove the import from global.scss is working properly but I lose the settings I made in Theme Studio :
So, I think is a lack of some additional styles I must to load apart of the generated with Theme Studio. Can you help me?
Thanks