aboutsummaryrefslogtreecommitdiff
path: root/src/webex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-05 13:26:06 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-05 13:26:06 +0100
commitd088c7503cd0a356d260ac63a896f1ce5025f2ef (patch)
treece236c2bbdfdce04cc0b7b618f183a1e34e06c4b /src/webex
parent4e30e1e0e945560b41f2300d2e09c77b2c7a7ec4 (diff)
downloadwallet-core-d088c7503cd0a356d260ac63a896f1ce5025f2ef.tar.xz
count coins being spent properly
Diffstat (limited to 'src/webex')
-rw-r--r--src/webex/pages/popup.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx
index 134ee6dea..6bba10141 100644
--- a/src/webex/pages/popup.tsx
+++ b/src/webex/pages/popup.tsx
@@ -282,7 +282,8 @@ class WalletBalanceView extends React.Component<any, any> {
if (Amounts.isNonZero(entry.pendingPayment)) {
payment = (
<i18n.Translate wrap="span">
- <span style={{color: "darkblue"}}>
+ <span style={{color: "red"}}>
+ {"-"}
{renderAmount(entry.pendingPayment)}
</span>
{" "}