Update new sass variable.

This commit is contained in:
Jeff Stieler 2019-06-12 11:37:13 -06:00
parent 493629113b
commit 3f2957dc0d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $spacing: 16px;
// Gutenberg Button variables. These are temporary until Gutenberg's variables are exposed. // Gutenberg Button variables. These are temporary until Gutenberg's variables are exposed.
$border-width: 1px; $border-width: 1px;
$default-font-size: 13px; $default-font-size: 13px;
$blue-medium-200: #bfe7f3; $blue-medium-focus: #007cba;
$light-gray-500: $core-grey-light-500; $light-gray-500: $core-grey-light-500;
$dark-gray-300: $core-grey-dark-300; $dark-gray-300: $core-grey-dark-300;
$dark-gray-900: $core-grey-dark-900; $dark-gray-900: $core-grey-dark-900;