We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e43d32 commit 1b8654fCopy full SHA for 1b8654f
reflex/utils/misc.py
@@ -108,7 +108,6 @@ def preload_color_theme():
108
script_content = """
109
// Only run in browser environment, not during SSR
110
if (typeof document !== 'undefined') {
111
-
112
try {
113
const theme = localStorage.getItem("theme") || "system";
114
const systemPreference = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
0 commit comments