diff options
Diffstat (limited to 'ui/app/components/pending-tx-details.js')
-rw-r--r-- | ui/app/components/pending-tx-details.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index b2c16e772..a652d168d 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -69,6 +69,7 @@ PTXP.render = function () { }, h(EtherBalance, { value: balance, inline: true, + labelColor: '#F7861C', })), ]), |