diff --git a/src/app/app.ts b/src/app/app.ts index 5739d2ed..c936fbd7 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -197,6 +197,7 @@ Promise.all([ }) const updateTheme = (theme: string | null) => { + ga('set', 'dimension1', theme ?? 'default'); if (theme === null) return if (theme === 'dark') { document.documentElement.setAttribute('data-theme', 'dark')