Summary
ThemeSwitcher flips between light/dark via className, causing a First Contentful Paint flash.
Affected area
src/components/ThemeSwitcher.tsx, src/components/ThemeProvider.tsx
Steps to reproduce
Hard reload dark mode → flash of light content.
Expected behaviour
Inline an asynchronous script in <head> that sets the theme before paint.
Acceptance criteria
Summary
ThemeSwitcherflips between light/dark via className, causing a First Contentful Paint flash.Affected area
src/components/ThemeSwitcher.tsx,src/components/ThemeProvider.tsxSteps to reproduce
Hard reload dark mode → flash of light content.
Expected behaviour
Inline an asynchronous script in
<head>that sets the theme before paint.Acceptance criteria