aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r--src/qt/guiconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h
index 79856d4781..deef3e3484 100644
--- a/src/qt/guiconstants.h
+++ b/src/qt/guiconstants.h
@@ -10,6 +10,6 @@ static const int MODEL_UPDATE_DELAY = 500;
/* Transaction list -- unconfirmed transaction */
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
/* Transaction list -- negative amount */
-#define COLOR_NEGATIVE QColor(128, 128, 128)
+#define COLOR_NEGATIVE QColor(255, 0, 0)
#endif // GUICONSTANTS_H