This commit is contained in:
Pooya Parsa 2017-09-03 00:33:48 +04:30
parent a5e429830d
commit c6c653e68c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Options.from = function (_options) {
// Apply defaults to loadingIndicator
options.loadingIndicator = Object.assign({
name: 'pulse',
color: '#dbe1rc',
color: '#dbe1ec',
background: 'white'
}, options.loadingIndicator)