Skip to content

Commit

Permalink
fix!: 拍線をピッチモードでも表示する (#2481)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
romot-co and Hiroshiba authored Feb 2, 2025
1 parent 757841c commit 7114f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sing/SequencerGrid/Presentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,15 @@ const octaveLineIndices = computed(() => gridLines.value.octaveLines);
}
.sequencer-grid-measure-line {
stroke: var(--scheme-color-sing-grid-beat-line);
stroke: var(--scheme-color-sing-grid-measure-line);
}
.sequencer-grid-octave-line {
stroke: var(--scheme-color-sing-grid-beat-line);
}
.sequencer-grid-beat-line {
stroke: transparent;
stroke: var(--scheme-color-sing-grid-beat-line);
}
}
</style>

0 comments on commit 7114f9c

Please sign in to comment.