1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

default to dark mode

This commit is contained in:
Martin McKeaveney 2021-02-25 20:44:16 +00:00
parent 88fa3d18ea
commit 9c8c3bd5fe

View file

@ -3,7 +3,7 @@ import { localStorageStore } from "./localStorage"
export const getThemeStore = () => {
const themeElement = document.documentElement
const initialValue = {
darkMode: false,
darkMode: true,
hue: 208,
saturation: 9,
lightness: 16,