Hi Jim,
For theme studio, we have provided custom theme support in the Dialog component after the 20.3.47 version. As per these changes, the cssClass property class name is applied to all our dialog dependent components. For example, custom theme styles are applied in the buttons inside dialog through a custom class name.
if you wish to apply the custom styles in our dialog component, you can apply them through a custom class name with particular dialog elements like the below code.
Code snippet:
| <SfDialog IsModal="true" CssClass="dialog-medium">
</SfDialog> <style> .dialog-medium .e-dialog .e-dlg-header-content { background-color: red; } </style>
|
If still you face any issues with CssClass property in Dialog control, please provide us with the issue reproducing sample or entire code snippet.
Regards,
Vinitha