Use a bar thickness of 2 so more visible on mobile

This commit is contained in:
Jackson Harper
2022-04-21 20:52:28 -07:00
parent 29b5204de7
commit 330586f8ea

View File

@ -17,7 +17,7 @@ TopBarProgress.config({
"1.0": '#FFD234',
},
shadowBlur: 0,
barThickness: 1,
barThickness: 2,
});
function OmnivoreApp({ Component, pageProps }: AppProps): JSX.Element {