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