fix: use foreground color for pianoroll playhead

This commit is contained in:
Felix Roos 2024-04-04 00:03:32 +02:00
parent 915a4d2149
commit 6ff7697cfd

View File

@ -108,7 +108,7 @@ export function pianoroll({
active = getTheme().foreground,
background = 'transparent',
smear = 0,
playheadColor = 'white',
playheadColor = getTheme().foreground,
minMidi = 10,
maxMidi = 90,
autorange = 0,