From 1f57b04e1b958caa05a3f723b0725f35fde4f89f Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sun, 20 Feb 2022 00:20:34 +0800 Subject: [PATCH] Update Login.vue --- frontend/src/views/other/Login.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/views/other/Login.vue b/frontend/src/views/other/Login.vue index b6fd7572..7ac006f5 100644 --- a/frontend/src/views/other/Login.vue +++ b/frontend/src/views/other/Login.vue @@ -113,6 +113,10 @@ export default { } } + .anticon { + color: #a8a5a5!important; + } + .login-form-button { }