diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2025-04-27 07:22:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 07:22:43 +0300 |
| commit | 2fbb1ca6c97cb4124910caf7d32ec21ff3ca87ab (patch) | |
| tree | 1a8f72007f491184774b55b9732d15ec325817a4 /web/html/component/aThemeSwitch.html | |
| parent | 3b47028060dc588deec3680a77c4ec919c6c504c (diff) | |
chore: minor fixes for login page
Diffstat (limited to 'web/html/component/aThemeSwitch.html')
| -rw-r--r-- | web/html/component/aThemeSwitch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/component/aThemeSwitch.html b/web/html/component/aThemeSwitch.html index ccc17714..431614d6 100644 --- a/web/html/component/aThemeSwitch.html +++ b/web/html/component/aThemeSwitch.html @@ -24,7 +24,7 @@ {{define "component/themeSwitchTemplateLogin"}} <template> - <a-space direction="vertical" :size="10" :style="{ width: '100%' }"> + <a-space @mousedown="themeSwitcher.animationsOff()" id="change-theme" direction="vertical" :size="10" :style="{ width: '100%' }"> <a-space direction="horizontal" size="small"> <a-switch size="small" :default-checked="themeSwitcher.isDarkTheme" @change="themeSwitcher.toggleTheme()"></a-switch> <span>{{ i18n "menu.dark" }}</span> |
