default to dark mode
This commit is contained in:
parent
88fa3d18ea
commit
9c8c3bd5fe
|
@ -3,7 +3,7 @@ import { localStorageStore } from "./localStorage"
|
||||||
export const getThemeStore = () => {
|
export const getThemeStore = () => {
|
||||||
const themeElement = document.documentElement
|
const themeElement = document.documentElement
|
||||||
const initialValue = {
|
const initialValue = {
|
||||||
darkMode: false,
|
darkMode: true,
|
||||||
hue: 208,
|
hue: 208,
|
||||||
saturation: 9,
|
saturation: 9,
|
||||||
lightness: 16,
|
lightness: 16,
|
||||||
|
|
Loading…
Reference in New Issue