Skip to content

Commit 1b8654f

Browse files
committed
reduce diff
1 parent 9e43d32 commit 1b8654f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reflex/utils/misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def preload_color_theme():
108108
script_content = """
109109
// Only run in browser environment, not during SSR
110110
if (typeof document !== 'undefined') {
111-
112111
try {
113112
const theme = localStorage.getItem("theme") || "system";
114113
const systemPreference = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";

0 commit comments

Comments
 (0)