mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use a bar thickness of 2 so more visible on mobile
This commit is contained in:
parent
29b5204de7
commit
330586f8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ TopBarProgress.config({
|
|||
"1.0": '#FFD234',
|
||||
},
|
||||
shadowBlur: 0,
|
||||
barThickness: 1,
|
||||
barThickness: 2,
|
||||
});
|
||||
|
||||
function OmnivoreApp({ Component, pageProps }: AppProps): JSX.Element {
|
||||
|
|
|
|||
Loading…
Reference in a new issue