How to change the fader style when in a matrix?

Many apologies to post what is probably a very simple step, but I couldn’t see an option to change the design of the faders within a matrix from their default setting (perhaps this has to be referenced in css?). Thanks very much.

Using the matrix’ props property you can override any property of the duplicated widget:

{
  "design": "compact",
  "range": {"min": 1, "max": 100},
  "knobSize": 4
}

Brilliant! Thanks again for the great support, this truly is a fantastic piece of software, love it! So much potential with the scripting, really useful to replace some of it with variables that can adjust things like the fader design en masse, really cool!