Skip to content

Commit 7411453

Browse files
committed
ok
1 parent 0650c6c commit 7411453

3 files changed

Lines changed: 190 additions & 188 deletions

File tree

core/src/server/static/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ window.addEventListener('load', (event) => {
16131613

16141614
ccolor = "rgba(0, 0, 0, 0)";
16151615
ccolor2 = getComputedStyle(document.documentElement).getPropertyValue('--other-color') + "00";
1616-
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--header-footer-background');
1616+
wavecolor = getComputedStyle(document.documentElement).getPropertyValue('--waveform-color');
16171617
selected_color = getComputedStyle(document.documentElement).getPropertyValue('--highlight-color') + "44";
16181618

16191619

0 commit comments

Comments
 (0)