diff --git a/src/js/controllers/preferencesColor.js b/src/js/controllers/preferencesColor.js index 3728afd8e..77b99f870 100644 --- a/src/js/controllers/preferencesColor.js +++ b/src/js/controllers/preferencesColor.js @@ -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',