From daa67c70a247fe6e421a031de65ae36a48237c0d Mon Sep 17 00:00:00 2001 From: ars Date: Wed, 29 Mar 2017 16:23:06 +0200 Subject: [PATCH] Add $button-font-family variable --- scss/components/_button.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 2e075afe0..354c8bca7 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -6,9 +6,9 @@ /// @group button //// -/// Font family for button elements. -/// @type String | List -$button-font-family: $body-font-family !default; +/// Font family of text inputs. +/// @type Font +$button-font-family: inherit !default; /// Padding inside buttons. /// @type List -- 2.47.2