change button scss

This commit is contained in:
Boyuzhou 2016-12-27 15:18:59 +08:00
parent 6646f55d55
commit 1a96c91e8e
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tinper-bee-core",
"version": "0.0.18",
"version": "0.0.20",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {

View File

@ -219,7 +219,8 @@ $button-active-color: $brand-default-active;
$button-focus-color: $brand-default-active;
$button-secondary-color: unquote("rgb(#{$palette-u-gray-A100})") !default;
$button-text-color: unquote("rgb(#{$color-dark-contrast})") !default;
$button-default-text-color: unquote("rgb(#{$color-light-contrast})") !default;