From URL https://code.daypilot.org/11136/javascript-alert-replacement
I tried to apply blue theme on Modal.alert but its not working. I put .blue_* code in a modal_blue.css file and reference this in styles. scss as "@import url('themes/modal_blue.css');"
I used above theme as below but its not working. Screenshot of Modal Alert is giving below
DayPilot.Modal.alert("Hello, World!", { theme: "blue" });