From 132e85df6ba9ee171631975f064a1e513967247d Mon Sep 17 00:00:00 2001 From: meriadec Date: Thu, 5 Jul 2018 11:11:12 +0200 Subject: [PATCH] Re-re-re-re-change DeviceInteraction step background --- src/components/DeviceInteraction/components.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DeviceInteraction/components.js b/src/components/DeviceInteraction/components.js index 77e8a82c..a81e425f 100644 --- a/src/components/DeviceInteraction/components.js +++ b/src/components/DeviceInteraction/components.js @@ -19,7 +19,6 @@ export const DeviceInteractionStepContainer = styled(Box).attrs({ ff: 'Open Sans', fontSize: 3, color: 'graphite', - bg: p => (p.isActive && !p.isFinished ? 'white' : ''), })` position: relative; z-index: ${p => (p.isActive ? 1 : '')};