Buttons on keypad have correct colour in new Enter Amount screen.

This commit is contained in:
Brendon Duncan 2018-07-25 16:43:45 -07:00
commit decd0a123e
4 changed files with 571 additions and 1 deletions

View file

@ -701,7 +701,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
'tab-receive@tabs': {
controller: 'amountController',
controllerAs: 'vm',
templateUrl: 'views/amount.html'
templateUrl: 'views/amountNew.html'
}
}
})