From 784188cf52731a6eddd65edc16b6e6db1338553b Mon Sep 17 00:00:00 2001 From: Kacper Date: Wed, 17 Dec 2025 21:18:54 +0100 Subject: [PATCH] fix: improve theme handling to support all themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index.html: Apply actual theme class instead of only 'dark' - __root.tsx: Use themeOptions to dynamically generate theme classes - Fixes missing themes: cream, sunset, gray 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/ui/index.html | 7 ++++--- apps/ui/src/routes/__root.tsx | 10 ++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/apps/ui/index.html b/apps/ui/index.html index 02e2e0be..02087b01 100644 --- a/apps/ui/index.html +++ b/apps/ui/index.html @@ -7,15 +7,16 @@