Skip to content

Commit

Permalink
ノート背景修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Romot authored and Romot committed Jul 12, 2024
1 parent 731f727 commit 78278e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sing/SequencerNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const onLeftEdgeMouseDown = (event: MouseEvent) => {
position: absolute;
width: calc(100% + 1px);
height: 100%;
background-color: var(--md-custom-color-sing-note-bar-background);
background-color: var(--md-custom-color-sing-note-bar-container);
border: 1px solid var(--md-sys-color-secondary-fixed-dim);
border-radius: 4px;
}
Expand Down

0 comments on commit 78278e2

Please sign in to comment.