Use Nuxt.js color by default

This commit is contained in:
Sebastien Chopin 2017-08-18 14:22:54 +02:00
parent fbb6833400
commit 06a3d65ebf
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Options.from = function (_options) {
// Apply defaults to loadingIndicator
options.loadingIndicator = Object.assign({
name: 'circle',
color: '#222',
color: '#3B8070',
background: 'white'
}, options.loadingIndicator)