From c92fbdc02962a88fd757a91a04f779ac1e135fda Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 12 Dec 2016 12:17:51 +0000 Subject: [PATCH] adding in parenthesis for function use on remcalc --- ui/src/components/range-slider/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/range-slider/index.js b/ui/src/components/range-slider/index.js index 5c679428..8a2a7104 100644 --- a/ui/src/components/range-slider/index.js +++ b/ui/src/components/range-slider/index.js @@ -36,10 +36,10 @@ const rangeThumb = css` -webkit-appearance: none; background: #FFFFFF; cursor: pointer; - height: remcalc(24); + height: ${remcalc(24)}; position: relative; top: -10px; - width: remcalc(36); + width: ${remcalc(36)}; ${baseBox()} `;