Hi,
It would be a nice feature for the WindowService and DialogService settings to have a themeColor property.
Hi,
This feature is available in version 16.11.0.
Regards,
Georgi
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Dustin,
Indeed, such a feature would be a good addition to the Kendo UI for Angular Dialogs.
A possible workaround is to use the cssClass property and add one that matches the desired theme.
The available classes for the Window are k-window-primary, k-window-dark, and k-window-light.
https://stackblitz.com/edit/angular-5ppnfr-z2rdph?file=src%2Fapp%2Fapp.component.ts
The available classes for the Dialog are k-dialog-primary, k-dialog-dark, and k-dialog-light.
Dialog demo:
https://stackblitz.com/edit/angular-gqw3d4?file=src%2Fapp%2Fapp.component.ts
I trust that the given workaround will be of assistance until the Dialogs package incorporates such a feature.
Regards,
Tsvetelina
Progress Telerik