Merge pull request #3028 from kaibakker/patch-1

Added red as a wallet color option, issue: #3022
This commit is contained in:
Matias Alejo Garcia 2015-07-23 10:16:50 -03:00
commit 428560c05c

View file

@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesColorController',
function($scope, configService, profileService, go) {
var config = configService.getSync();
this.colorOpts = [
'#DD4B39',
'#F38F12',
'#FAA77F',
'#FADA58',