Browse Source

Fixes issue 1468

On the receive modal, the full box was affected by that style as opposed to only the input.
gre-patch-1
Juan Cortes Ross 6 years ago
parent
commit
5d30529402
No known key found for this signature in database GPG Key ID: 34A99C03E9455EB8
  1. 3
      src/components/base/Box/Box.js

3
src/components/base/Box/Box.js

@ -50,8 +50,7 @@ export default styled.div`
p.selectable &&
`
user-select: text;
cursor: text;
`};
`};
${p =>
p.sticky &&

Loading…
Cancel
Save