In the event "Client After" of a "custom button" I write a mesage (with Sweetalert) with the code below :
Swal.fire({
color: "#b00a0a",
fontsize: 26px;,
icon: "success",
title: "The title :",
text: "message",
timer: 1500
});
This message works, but the font size is not set.
What is wrong in the code?