mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Use Nuxt.js color by default
This commit is contained in:
parent
fbb6833400
commit
06a3d65ebf
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user