stop blinking when loading
This commit is contained in:
parent
60cae0e3ac
commit
bd8d523e10
|
@ -88,6 +88,9 @@ module.exports = function () {
|
|||
timeout: 2000,
|
||||
textColor: "white",
|
||||
actions: [{ icon: "close", color: "white" }]
|
||||
},
|
||||
loading: {
|
||||
delay: 500
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue