mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 02:28:34 +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,
|
active = getTheme().foreground,
|
||||||
background = 'transparent',
|
background = 'transparent',
|
||||||
smear = 0,
|
smear = 0,
|
||||||
playheadColor = 'white',
|
playheadColor = getTheme().foreground,
|
||||||
minMidi = 10,
|
minMidi = 10,
|
||||||
maxMidi = 90,
|
maxMidi = 90,
|
||||||
autorange = 0,
|
autorange = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user