From ee2df33e73fee69c867ddb1e58a2cdc2f53abba7 Mon Sep 17 00:00:00 2001 From: yyh Date: Tue, 10 Feb 2026 15:31:26 +0800 Subject: [PATCH] revert: remove dark mode flash fix and restore ThemeProvider position Revert commits adf450c and fb679962 that attempted to fix dark mode flash by adding an inline theme script and moving ThemeProvider. --- web/app/layout.tsx | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index c86502ba2f..199c12e814 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -78,11 +78,6 @@ const LocaleLayout = async ({ return ( -