update default font-size

This commit is contained in:
afc163 2017-09-07 11:13:38 +08:00
parent 070b2696ba
commit 13a11d6fc3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
@heading-color-dark : fade(#fff, 97%);
@text-color-dark : fade(#fff, 91%);
@text-color-secondary-dark: fade(#fff, 67%);
@font-size-base : 12px;
@font-size-base : 14px;
@font-size-lg : @font-size-base + 2px;
@line-height-base : 1.5;
@border-radius-base : 4px;

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",