diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-13 17:45:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 17:45:39 +0300 |
| commit | b5dd2580749865a4921a78f04161fa2b73d32595 (patch) | |
| tree | 18e3dbebf46736f98ed058f490bef3c8860be4bd /web/html | |
| parent | c855a292cb1cdc80ef71e0861d77c04148e26afd (diff) | |
| parent | f2132c62e9318433e4a0823dcf42e7ca730cd6a6 (diff) | |
Merge pull request #426 from hamid-gh98/main
FIX input bg color in login page
Diffstat (limited to 'web/html')
| -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 a2bde74f..68b38624 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.darkCardClass"> +<a-layout id="app" v-cloak class="login" :class="themeSwitcher.darkCardClass"> <transition name="list" appear> <a-layout-content> <a-row type="flex" justify="center"> |
