ghenne
1
We’re looking for a few more beta testers for the next release.
You should be current be an active user of AppStudio 7 and have time to do some testing and provide feedback to us.
Send me a direct message and we will let you know if you are in.
Thank you!
I will give it a go. Can you make the designer reflect colors set in the project css, at least those in the ‘default’ root, ie:
:root {
--color-bg: white;
}
@media (prefers-color-scheme: light) {
:root {
--color-bg: white;
}
}
@media (prefers-color-scheme: dark) {
:root {
--color-bg: black;
}
}
.mycontainer {
background-color: var(--color-bg);
}
ghenne
3
Interesting idea - we’ll have a look!
ryansy
4
I am interested in helping