fix: font-color bug
This commit is contained in:
parent
b20199d533
commit
094d412b61
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue