autodetect dark theme before useEffect

This commit is contained in:
Nathaniel Tampus
2023-03-06 22:01:19 +08:00
parent 37ebe31097
commit 483af2c615

View File

@@ -35,6 +35,7 @@ module.exports = {
error: "#FB7085" error: "#FB7085"
} }
} }
] ],
darkTheme: "chessuDark"
} }
}; };