default to dark mode

This commit is contained in:
Martin McKeaveney 2021-02-25 20:44:16 +00:00
parent a0456e86bd
commit ed09509555
1 changed files with 1 additions and 1 deletions

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,