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. 1
      src/components/base/Box/Box.js

1
src/components/base/Box/Box.js

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

Loading…
Cancel
Save