diff --git a/app/theme.js b/app/theme.js index f3a575e..88391d0 100644 --- a/app/theme.js +++ b/app/theme.js @@ -40,7 +40,13 @@ const appTheme = { }, }; -export const GlobalStyle = createGlobalStyle`${[normalize()]}`; +export const GlobalStyle = createGlobalStyle` + ${normalize()} + + * { + box-sizing: border-box; + } +`; /* eslint-disable react/prop-types */ // $FlowFixMe