mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
fix: use foreground color for pianoroll playhead
This commit is contained in:
parent
915a4d2149
commit
6ff7697cfd
@ -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…
x
Reference in New Issue
Block a user