Glint: Loading animation

Hi, how do I change the color of the loading green animation?
Which file and where should I modity?

Thank you.

Hi there

it can be changed by this css code:

.line-scale-pulse-out>div {
background-color: #39b54a !important;
}

This is default color code, you need to change it

1 Like