Backdrop spinner

Hello, I am using the marketplace backdrop spinner component. I want to change the color of the spinner itself, I have managed to change the background color to make it transparent but the blue color of the spinner, how would I do it?

Regards,
Alvaro

Hi @Alvaro_Sanchez,

You can change the color of the loader using
@bl-customComponent-loader-color: {your color};
In the Theme → Editor tab
You can find more information in the component documentation:

Regards,
Bohdan

Hi @Bohdan_Vynarchuk ,

I have all the code written in CSS. Is there a way to write it in normal css? I have tried the following and it doesn’t work:

Regards,
Alvaro

Yes, you can find all the needed properties to override in this file

But is there any reason to use only CSS? If so, you should extract all properties that used the variables we mentioned before.

Hi, This is the solution for my app:


Thank you for the info.

Regards,
Alvaro