From 8513d8c904e57749add9c6c72f036530d4ee02a4 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 13 Jan 2017 12:43:47 +0000 Subject: [PATCH] Fixing the build --- circle.yml | 1 - ui/src/components/toggle/index.js | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index d902f72f..0eceb64d 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,6 @@ machine: - git config --global user.email "circleci@joyent.zone" - git config --global user.name "circlebot" - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 - - curl -o- -L https://yarnpkg.com/install.sh | bash services: - docker diff --git a/ui/src/components/toggle/index.js b/ui/src/components/toggle/index.js index 9531bdf3..b32b9de9 100644 --- a/ui/src/components/toggle/index.js +++ b/ui/src/components/toggle/index.js @@ -50,7 +50,9 @@ const StyledInput0 = styled.input` transparent 50%, ${colors.brandSecondary} 50%); background-position: left bottom; - box-shadow: inset ${remcalc(-7)} 0 ${remcalc(9)} ${remcalc(-7)} rgba(0,0,0,0.4); + box-shadow: inset + ${remcalc(-7)} 0 ${remcalc(9)} ${remcalc(-7)} + rgba(0,0,0,0.4); ${inputStyled} }