Browse Source
White background on active device interaction step
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
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 : '')}; |
|
|
|