From 9aa5dd0ba1e0ca6ea7db5ee959935f2a063aeb2e Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 31 Mar 2016 15:38:35 +0800 Subject: [PATCH] Update button style --- 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 9871a70bca..33165947b4 100644 --- a/style/themes/default/custom.less +++ b/style/themes/default/custom.less @@ -53,7 +53,7 @@ @border-color-split : #e9e9e9; // split border inside a component // Buttons -@btn-font-weight : normal; +@btn-font-weight : 500; @btn-primary-color : #fff; @btn-primary-bg : @primary-color;