Change the background back to white while in dark mode
-
Hi,
I enabled dark mode in my app bu i would like to change the background of the page back to white while jkeeping the other elements in dark mode, is this possible? I am using the cli version.
-
@gumball3000 yes, ie.
<div :class="$q.dark.isActive ? 'bg-white' : ''">...</div>
. https://quasar.dev/quasar-plugins/dark#Dark-API