Neil Richter
Neil Richter
Nuxt UI relies on the config in your [`app.config`](https://ui.nuxt.com/getting-started/theming#colors) to determine your **primary** and your **gray** color. The `ColorPicker` component mutates the `app.config` so that all the Nuxt UI's components...
Nuxt UI exposes the [`useUI`](https://github.com/nuxt/ui/blob/dev/src/runtime/composables/useUI.ts) composable. This composable reads your `app.config`, and will perform a merge, or an override depending on the strategy you chose. This is for the underlying...
You can check how the [ColorPicker applies the new value](https://github.com/nuxt/ui/blob/dev/docs/components/color-picker/ColorPicker.vue#L34-L43). Once it is set in your storage (localStorage, cookie, or sessionStorage) you just need to make sure this data is...
Here is the HAR file [nuxt.com_Archive [24-05-10 12-25-03].har.json](https://github.com/nuxt/nuxt.com/files/15274994/nuxt.com_Archive.24-05-10.12-25-03.har.json)
I have a barrel file reexporting every schema files that can't be it, I'll try to provide the reproduction asap
@AlexBlokh You can check the reproduction here: https://github.com/noook/drizzle-fk-reproduction I have documented the steps in the README, feel free to reach me if something doesn't work as expected. I could reproduce...
Is drizzle-kit public ? I can't find it, I'm curious about the change
Note that you could use [`useBreakpoints()`](https://vueuse.org/core/useBreakpoints/) from VueUse to help you with this