Browse Source

style: minor style fixes

renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
8b203f1948
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 1
      app/components/UI/GlobalStyle.js

1
app/components/UI/GlobalStyle.js

@ -9,7 +9,6 @@ const GlobalStyle = createGlobalStyle`
}
body {
position: relative;
box-sizing: border-box;
overflow-y: hidden;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

Loading…
Cancel
Save