Added red as a wallet color option, issue: #3022

Feel free to merge or not.
This commit is contained in:
Kai Bakker 2015-07-23 14:47:01 +02:00
commit 682c504fec

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',