From a4e9f915bf71e04950b52e2bb07883d17b0090a4 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:38:38 +0000 Subject: [PATCH] Make app permanently light mode - Remove dark mode state, handler, and localStorage persistence - Remove Dark Mode toggle from settings modal - Remove dark theme CSS variables from SCSS - Ensure data-theme attribute is always cleared on mount - Update theme-color in index.html and manifest.json to white Co-Authored-By: shahmir.masood --- public/index.html | 2 +- public/manifest.json | 2 +- src/App.jsx | 16 ++++------------ src/App.module.scss | 11 ----------- src/components/SettingModal/SettingModal.jsx | 3 --- 5 files changed, 6 insertions(+), 28 deletions(-) diff --git a/public/index.html b/public/index.html index 9abfe26..37c2439 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - +