Change paper palette defaults hues

Fix mobile show-hide
This commit is contained in:
Benoit Favreault
2015-04-14 22:19:51 -04:00
committed by Francis Lachapelle
parent 321cfb8467
commit fc69d6b1d4
2 changed files with 4 additions and 4 deletions

View File

@@ -97,10 +97,10 @@
'hue-3': 'A700'
})
.backgroundPalette('sogo-paper', {
'default': '500',
'default': '100',
'hue-1': '200',
'hue-2': '50',
'hue-3': '100'
'hue-3': '500'
});
}])