diff --git a/frontend/index.html b/frontend/index.html index b5c9d6f..3bc1144 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,24 +9,24 @@ UMBRA diff --git a/frontend/src/hooks/useTheme.ts b/frontend/src/hooks/useTheme.ts index e3445ce..743a18f 100644 --- a/frontend/src/hooks/useTheme.ts +++ b/frontend/src/hooks/useTheme.ts @@ -16,7 +16,7 @@ export function useTheme() { const { settings } = useSettings(); // Only apply accent color once settings have loaded from the API. - // The inline script in index.html handles the initial paint from localStorage cache. + // The