Hi Ben,
Greetings from Syncfusion support,
We have validated your reported query. You can change the header color, by applying the color CSS style for the (.e-dlg-header) SfDialog class. Check the below CSS stye for reference,
<style>
.e-dialog.e-control.e-popup, .e-dialog.e-control.e-popup .e-dlg-header-content {
/*background-color: #d9edf7;*/
background-color: blue;
}
.e-dialog.e-control.e-popup, .e-dialog.e-control.e-popup .e-dlg-header-content .e-dlg-header {
color: white;
}
</style>
|
Please let us know if the solution helps,
Regards,
Indrajith