diff --git a/frontend/index.html b/frontend/index.html index 3bc1144..bb83021 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,9 +9,9 @@ UMBRA diff --git a/frontend/src/hooks/useTheme.ts b/frontend/src/hooks/useTheme.ts index 743a18f..b1d0590 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