UMBRA
diff --git a/frontend/src/hooks/useTheme.ts b/frontend/src/hooks/useTheme.ts
index b1d0590..6b2d794 100644
--- a/frontend/src/hooks/useTheme.ts
+++ b/frontend/src/hooks/useTheme.ts
@@ -16,8 +16,8 @@ export function useTheme() {
const { settings } = useSettings();
// Only apply accent color once settings have loaded from the API.
- // The inline script in index.html handles initial paint from localStorage.
- // Both use !important inline styles — the highest CSS cascade priority.
+ // Updates the