Hi,
I’m experimenting with Aura theme and I have an issue with the Dialog.
This is the only css I currently have:
html {
color-scheme: dark;
/* Follow the user' s OS preference in the content area */
--aura-content-color-scheme: light;
--aura-background-color-dark: #1b0f38;
--aura-accent-color-light: var(--aura-purple);
--aura-accent-color-dark: var(--aura-purple);
}
The idea here is to have dark navigation, and light content.
It all looks great. However, when I open a dialog the text is light on light.
I’m using 25.1-beta1
Is this a bug? Or am I missing something?
Kind regards,
Kristof

