Hi, I have a feature request regarding the “Show Message” and “Show Error” actions.
As far as I can tell, the former always displays a yellow message box to the user, and the latter a red message box. It would be helpful to be able to modify the box color as necessary, or at least create a third option for a green box (e.g. “Show Confirmation”).
My specific use for this is running a check on numeric values that the user has entered, and displaying a message telling whether they’re ok or not ok. It would make sense for the message box to show green if the values are okay, and red if they’re not ok - but the best I can figure out how to do with the current options is select between yellow and red. Thanks for considering.