How to edit top Bar in iOS App or Round Slider Color?

Hi,

I want to change the color of the round light slider. I tried round-slider-bar-color and round-slider-path-color.
Is this a bug?

Seems to be a difficult question.^^

Is it possible to change the color of the Top Bar inside the iOS App? Thats also controlled via primary color but maybe there is a value to change that.

All of this is controlled by the currently active theme. I’d start by searching for different themes and see how they change each of these items. Also, if you open your page up in chrome and use F12 to get to the dev tools, you can inspect elements and see what CSS attribute is being used.

EDIT: Side note, the bar above your menu bar (on iphone11’s, where your battery symbol is) is calculated based on your menu bar color.

round-slider-bar-color and round-slider-path-color is already the value I got from inspecting the elements and they are not working.

But I found the value for the bar:

app-header-background-color

I have now set that and use primary color for the round slider. Except someone knows another way :slight_smile: