Custom colours for f7-progressbar infinite

Hi all!
Would anyone know if there is a way of specifying a set of colours to be used by the infinite progress bar? So far I can see that you can either specify a specific colour or multi which uses internally defined colours.

 <f7-progressbar
    infinite
    color="multi"
/>

Is there a way to specify a set of colours to be used? e.g:

 <f7-progressbar
    infinite
    :color="coloursArray"
/>

Or perhaps some global css configuration?

Only by overwriting these CSS styles in your stylesheet:

1 Like

Worked like a charm, thanks a lot!