yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

Make blue border not show when clicked on Modal #33

Closed EasonWang01 closed 7 years ago

EasonWang01 commented 7 years ago

Hi.Is it possible to make blue border not show when clicked on Modal.

ypan887 commented 7 years ago

Yes. I have ran into the same problem. A little dig with google and here is my solution:

<Modal contentStyle={{outline: 'none'}} />