feat: brighten on-bar and on-C separator lines in piano roll grid

This commit is contained in:
Xiaohan-Tian
2026-05-17 13:47:02 -07:00
parent 288af15ee9
commit 5fd19c7b2d
3 changed files with 30 additions and 19 deletions
+4 -1
View File
@@ -593,7 +593,10 @@
width: 100%;
height: 100%;
position: relative;
background-size: var(--region-grid-beat-width) var(--region-piano-key-height), 100% 100%;
background-size:
var(--region-grid-bar-width) var(--region-piano-key-height),
var(--region-grid-beat-width) var(--region-piano-key-height),
100% 100%;
/* background-image is now set dynamically via React inline styles in PianoGrid component */
}