🐛 fix black and white transactions which were invisible

This commit is contained in:
Joshua Seigler 2019-04-04 23:12:21 -04:00
parent b2eb5dfc7c
commit e37fa5e72e

View file

@ -31,8 +31,8 @@ var App = {
];
const COLORS = {
private: 'black',
instant: 'white'
private: '000000',
instant: 'ffffff'
};
const PAINT = {