asigalov61 commited on
Commit
155209e
·
1 Parent(s): 23dec6b

Update javascript/app.js

Browse files
Files changed (1) hide show
  1. javascript/app.js +1 -1
javascript/app.js CHANGED
@@ -186,7 +186,7 @@ class MidiVisualizer extends HTMLElement{
186
  let b = hash & 0x0000FF;
187
 
188
  // Convert RGB values to a CSS color string
189
- return `rgb(${r}, ${g}, ${b})`;
190
  }
191
 
192
 
 
186
  let b = hash & 0x0000FF;
187
 
188
  // Convert RGB values to a CSS color string
189
+ return `rgb(${r}, ${g}, ${b}, 1)`;
190
  }
191
 
192