From 7114f9cd6ea4097e82d985600b0121d1b1a56265 Mon Sep 17 00:00:00 2001 From: Romot Date: Sun, 2 Feb 2025 15:59:02 +0900 Subject: [PATCH] =?UTF-8?q?fix!:=20=E6=8B=8D=E7=B7=9A=E3=82=92=E3=83=94?= =?UTF-8?q?=E3=83=83=E3=83=81=E3=83=A2=E3=83=BC=E3=83=89=E3=81=A7=E3=82=82?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B=20(#2481)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba --- src/components/Sing/SequencerGrid/Presentation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sing/SequencerGrid/Presentation.vue b/src/components/Sing/SequencerGrid/Presentation.vue index 908ebdbdef..c2d61045f3 100644 --- a/src/components/Sing/SequencerGrid/Presentation.vue +++ b/src/components/Sing/SequencerGrid/Presentation.vue @@ -262,7 +262,7 @@ 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 { @@ -270,7 +270,7 @@ const octaveLineIndices = computed(() => gridLines.value.octaveLines); } .sequencer-grid-beat-line { - stroke: transparent; + stroke: var(--scheme-color-sing-grid-beat-line); } }