From 1b6eea77abef4cd7a1e828bdf7b86ea47415cd1b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 May 2018 15:41:48 -0400 Subject: [PATCH] formatting --- src/scss/box.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/box.scss b/src/scss/box.scss index 0009815280..aac5997d84 100644 --- a/src/scss/box.scss +++ b/src/scss/box.scss @@ -222,6 +222,7 @@ width: 100%; border: 1px solid #000000; border-radius: $border-radius; + @include themify($themes) { border-color: themed('inputBorderColor'); } @@ -236,6 +237,7 @@ padding: 10px 8px; background: none; border: none; + @include themify($themes) { color: themed('boxRowButtonColor'); }