sdy

update GlobalStyles.js

...@@ -12,6 +12,9 @@ export default createGlobalStyle` ...@@ -12,6 +12,9 @@ export default createGlobalStyle`
12 a { 12 a {
13 text-decoration:none; 13 text-decoration:none;
14 } 14 }
15 + input:focus {
16 + outline:none;
17 + }
15 #root { 18 #root {
16 height: 100%; 19 height: 100%;
17 display:flex; 20 display:flex;
......