fix: Jank at beginning of loading indicator bar

This commit is contained in:
Tom Moor
2021-07-28 15:52:44 -04:00
parent 98024f6be1
commit ad1eaa5210
2 changed files with 4 additions and 6 deletions

View File

@ -118,9 +118,9 @@ export const base = {
modal: 3000,
menu: 4000,
toasts: 5000,
loadingIndicatorBar: 6000,
popover: 9000,
titleBarDivider: 10000,
loadingIndicatorBar: 20000,
},
};