RowActions - Colors?

The rowactions of a customcell can be of type normal, or type destructive
Destructive shows up red
Normal shows up grey

I’l like other colors when there are more than one normal option.
Is there a way to do that in Xojo? It can be done… my mail app shows some things in orange , for example

Of course

Check the iOSTableRowAction.SetBackgroundColorXC function of iOSDesignExtensions

Thank you!