Make progress bar more subtle

This commit is contained in:
Jackson Harper 2022-04-21 20:12:55 -07:00
parent 584f30c525
commit 29b5204de7

View file

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