We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0259bcf commit e678193Copy full SHA for e678193
1 file changed
packages/ui/src/composables/dark.ts
@@ -1,6 +1,7 @@
1
import { useDark } from '@vueuse/core'
2
3
export const isDark = useDark({
4
+ storageKey: 'vite-devtools-color-scheme',
5
valueLight: 'light',
6
})
7
0 commit comments