Hi.
In file quasar.variables.sass are the variables for the colors.
I’d like to specify different colors when in dark theme.
How can I do it?
Thanks.
Hi.
In file quasar.variables.sass are the variables for the colors.
I’d like to specify different colors when in dark theme.
How can I do it?
Thanks.
I tried this:
.body–light {
/* … /
}
.body–dark {
/ … */
}
But it didn’t work.
But that wouldn’t change primary, secondary, etc colors.
This would force me to create classes (I think)
Hi.
Some days ago I started getting this error:
error aborted because src/router/index.js -> quasar/app.js -> quasar/client-entry.js
The change I remember I made to
quasar.conf.js:
I added:
devServer:
transportMode: 'ws'
Thanks.
I tried this:
.body–light {
/* … /
}
.body–dark {
/ … */
}
But it didn’t work.
But that wouldn’t change primary, secondary, etc colors.
This would force me to create classes (I think)
Hi.
In file quasar.variables.sass are the variables for the colors.
I’d like to specify different colors when in dark theme.
How can I do it?
Thanks.