fix: use foreground color for pianoroll playhead
This commit is contained in:
parent
915a4d2149
commit
6ff7697cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue