diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-12 23:22:12 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-12 23:22:12 +0300 |
| commit | 0cce35784eb2ab8ce42e88bdf63e0284254d2e14 (patch) | |
| tree | a41b4492b37e52e033b2f4e027da05ce8893ae50 /web | |
| parent | 80c1e58ed5a6059953259e356f4ba111acb3b5b9 (diff) | |
FIX Login UI style
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/login.html b/web/html/login.html index dcb2f1ff..a2bde74f 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -46,7 +46,7 @@ </style> <body> -<a-layout id="app" v-cloak :class="themeSwitcher.darkClass"> +<a-layout id="app" v-cloak :class="themeSwitcher.darkCardClass"> <transition name="list" appear> <a-layout-content> <a-row type="flex" justify="center"> |
