This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e87050  fix: Login page bottom white background. (#1298)
6e87050 is described below

commit 6e8705008fd115018738afe7ee0a18208ed489f2
Author: guoqqqi <[email protected]>
AuthorDate: Fri Jan 15 16:58:33 2021 +0800

    fix: Login page bottom white background. (#1298)
    
    * fix: Login page bottom white background.
    
    * fix: update
---
 web/src/global.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/src/global.less b/web/src/global.less
index 799fa4b..1bd5ca9 100644
--- a/web/src/global.less
+++ b/web/src/global.less
@@ -21,6 +21,7 @@ body,
 #root {
   height: 100%;
   word-break: break-word;
+  background-color: @layout-body-background;
 }
 
 .colorWeak {

Reply via email to