Browse Source

White background on active device interaction step

master
meriadec 7 years ago
parent
commit
4f97232572
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/DeviceInteraction/components.js

1
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 : '')};

Loading…
Cancel
Save