Browse Source

Re-re-re-re-change DeviceInteraction step background

master
meriadec 7 years ago
parent
commit
132e85df6b
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,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 : '')};

Loading…
Cancel
Save