1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 16:15:33 -04:00

reduce theme context's unnecessary crap even more

This commit is contained in:
2022-04-08 18:15:06 -04:00
parent d09cf7ab26
commit 6f2018bd6e
5 changed files with 73 additions and 105 deletions

View File

@@ -16,4 +16,4 @@ export const themeColors = {
export const darkModeQuery = "(prefers-color-scheme: dark)";
// local storage key
export const themeStorageKey = "theme";
export const themeStorageKey = "preferred-theme";