How to set button's style in the ButtonMatrix seperately?

Description

After mapping button’s map for the ButtonMatrix.
I can change some buttons’ width by button_id.
However I would like to change only some button’s color, not for all too.
How to do this?

Thank you.

Next time, please fill out the template completely instead of removing certain parts.

The button matrix doesn’t allow you to change the styles for individual buttons.

However, there is a workaround. If you do not require the toggling feature, you can set the toggled style of the button to have a different color. The downside to this is that you can’t allow toggling (otherwise the user could change the color) and you can still only have two total colors on the button matrix.

If you want more flexibility, it’s best to just use regular buttons.

1 Like

Thank you.