From e37fa5e72e68377375b52ae320b5420d2dfd5f57 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 4 Apr 2019 23:12:21 -0400 Subject: [PATCH] :bug: fix black and white transactions which were invisible --- app/application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/application.js b/app/application.js index e86cae5..215ee2b 100644 --- a/app/application.js +++ b/app/application.js @@ -31,8 +31,8 @@ var App = { ]; const COLORS = { - private: 'black', - instant: 'white' + private: '000000', + instant: 'ffffff' }; const PAINT = {