diff --git a/frontend/public/index.html b/frontend/public/index.html index 4c641ef..3a882cf 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -22,8 +22,23 @@ + + + + + + + + + Vytal diff --git a/frontend/src/components/MainColumn.js b/frontend/src/components/MainColumn.js index d06c105..ec4862e 100644 --- a/frontend/src/components/MainColumn.js +++ b/frontend/src/components/MainColumn.js @@ -9,7 +9,7 @@ const MainColumn = () => {
- {scan ? : } + {scan ? : }
); diff --git a/frontend/src/styles/App.css b/frontend/src/styles/App.css index 1976c80..34e0fda 100644 --- a/frontend/src/styles/App.css +++ b/frontend/src/styles/App.css @@ -118,6 +118,7 @@ h2 { margin: 24px 0 0 0; font-family: inherit; font-size: inherit; + -webkit-appearance: none; } #scanButton:hover {