kuzushi
Changing Primary Colors between Dark and Light themes?
Well, no one replied-- but I did fix it. The short answer is, nuxt's controls aren't designed to work like this at all. The best way to solve it is a little hack I came up with.
const appConfig = useAppConfig();
toggle on click: - appConfig.ui.primary = color_you_want
this solves it, even if it feels hacky
2 replies