fix: font-color bug

This commit is contained in:
Boyuzhou 2016-12-07 08:55:05 +08:00
parent b20199d533
commit 094d412b61
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $font-weight-thin: 300 !default;
$font-weight-normal: 400 !default;
$font-weight-semi-bold: 500 !default;
$font-weight-bold: 700 !default;
$font-color:unquote("rgb(#{$palette-u-gray-A100})") f!default;
$font-color:unquote("rgb(#{$palette-u-gray-A100})") !default;
$font-weight-override: false;