Use a bar thickness of 2 so more visible on mobile
This commit is contained in:
@ -17,7 +17,7 @@ TopBarProgress.config({
|
||||
"1.0": '#FFD234',
|
||||
},
|
||||
shadowBlur: 0,
|
||||
barThickness: 1,
|
||||
barThickness: 2,
|
||||
});
|
||||
|
||||
function OmnivoreApp({ Component, pageProps }: AppProps): JSX.Element {
|
||||
|
||||
Reference in New Issue
Block a user