diff options
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/theme.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/theme.ts b/src/client/app/theme.ts index 2a2b3fd537..ba5eabad2f 100644 --- a/src/client/app/theme.ts +++ b/src/client/app/theme.ts @@ -47,7 +47,7 @@ export function applyTheme(theme: Theme, persisted = true) { setTimeout(() => { document.documentElement.classList.remove('changing-theme'); - }, 500); + }, 1000); // Deep copy const _theme = JSON.parse(JSON.stringify(theme)); |