From 50530006e2946806ce5c5ce0788cfde5815c9a25 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 23 Mar 2024 06:35:51 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=8E=E3=83=BC=E3=83=88=E9=81=B8?= =?UTF-8?q?=E6=8A=9E=E8=89=B2=E3=82=92=E4=B8=80=E6=97=A6=E4=BB=A5=E5=89=8D?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sing/SequencerNote.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Sing/SequencerNote.vue b/src/components/Sing/SequencerNote.vue index dd7f7bd277..d922c866b6 100644 --- a/src/components/Sing/SequencerNote.vue +++ b/src/components/Sing/SequencerNote.vue @@ -277,13 +277,12 @@ const onLyricInputBlur = () => { &.selected { // 色は仮 .note-bar { - background-color: hsl(130, 35%, 90%); - border: 2px solid colors.$primary; + background-color: hsl(33, 100%, 50%); } &.below-pitch { .note-bar { - background-color: rgba(hsl(130, 100%, 50%), 0.18); + background-color: rgba(hsl(33, 100%, 50%), 0.18); } } } From 227048958ae8671bc3cb50fdc16c451d5c8c9b6a Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 23 Mar 2024 09:50:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?MIDI=E3=82=A4=E3=83=B3=E3=83=9D=E3=83=BC?= =?UTF-8?q?=E3=83=88=E3=83=80=E3=82=A4=E3=82=A2=E3=83=AD=E3=82=B0=E3=82=92?= =?UTF-8?q?=E3=81=A1=E3=82=87=E3=81=A3=E3=81=A8=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/ImportMidiDialog.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Dialog/ImportMidiDialog.vue b/src/components/Dialog/ImportMidiDialog.vue index 59ca45f2e9..f034fd3684 100644 --- a/src/components/Dialog/ImportMidiDialog.vue +++ b/src/components/Dialog/ImportMidiDialog.vue @@ -3,7 +3,9 @@ - MIDIファイルのインポート + MIDIファイルのインポート