From b95f1b8310a5d4c137635d01a5d66d8b49421d98 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 9 Jul 2015 00:29:39 +0800 Subject: [PATCH] update button bg color --- style/themes/default/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/themes/default/custom.less b/style/themes/default/custom.less index 1758ebcd33..5f195b418d 100644 --- a/style/themes/default/custom.less +++ b/style/themes/default/custom.less @@ -49,7 +49,7 @@ @btn-primary-border : shade(@primary-color, 5%); @btn-default-color : #666; -@btn-default-bg : #f3f5f7; +@btn-default-bg : #f4f4f4; @btn-default-border : #d9d9d9; @btn-ghost-color : #666;