From aea382343de92a127b942128a5414ede4e93fbd3 Mon Sep 17 00:00:00 2001 From: Rishabh Rao Date: Wed, 2 Jul 2014 11:21:18 +0530 Subject: [PATCH] Update button background variable name. --- scss/foundation/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index a9d7a20be..1c5d9c3e8 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -368,7 +368,7 @@ // $button-border-width: 0px; // $button-border-style: solid; // $button-bg: $primary-color; -// $button-border-color: scale-color($bg, $lightness: $button-function-factor); +// $button-border-color: scale-color($button-bg, $lightness: $button-function-factor); // We use this to set the default radius used throughout the core. // $button-radius: $global-radius; -- 2.47.2