Merge pull request #3028 from kaibakker/patch-1
Added red as a wallet color option, issue: #3022
This commit is contained in:
commit
428560c05c
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesColorController',
|
||||||
function($scope, configService, profileService, go) {
|
function($scope, configService, profileService, go) {
|
||||||
var config = configService.getSync();
|
var config = configService.getSync();
|
||||||
this.colorOpts = [
|
this.colorOpts = [
|
||||||
|
'#DD4B39',
|
||||||
'#F38F12',
|
'#F38F12',
|
||||||
'#FAA77F',
|
'#FAA77F',
|
||||||
'#FADA58',
|
'#FADA58',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue