Dark theme background

Maybe it’s a dumb question, but … should we set the background color manually ?

I’m trying to use the dark theme and I get the correctly colored controls, while the background is still white
I have no style settings in xmls

best way is to use “default-background” style name:

<box styleName="default-background">
....
</box>

I knew I was missing something :slight_smile:

1 Like