mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
🐛 fix black and white transactions which were invisible
This commit is contained in:
parent
b2eb5dfc7c
commit
e37fa5e72e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ var App = {
|
|||
];
|
||||
|
||||
const COLORS = {
|
||||
private: 'black',
|
||||
instant: 'white'
|
||||
private: '000000',
|
||||
instant: 'ffffff'
|
||||
};
|
||||
|
||||
const PAINT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue