diff --git a/src/components/DeviceInteraction/components.js b/src/components/DeviceInteraction/components.js index a81e425f..77e8a82c 100644 --- a/src/components/DeviceInteraction/components.js +++ b/src/components/DeviceInteraction/components.js @@ -19,6 +19,7 @@ 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 : '')};