Skip to content

Commit

Permalink
Fix melody editor bpm background. Since the whole popup uses hard-cod…
Browse files Browse the repository at this point in the history
…ed colors (matching the block colors), we can simply hard-code the color for this input as well.
  • Loading branch information
thsparks committed Mar 8, 2025
1 parent 0e55453 commit b35173c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/melodyeditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
border-radius: 2px;
border: none;
padding-left: 5px;
background-color: @white;
color: @black;
}

Expand Down Expand Up @@ -300,4 +301,4 @@

.playing {
fill-opacity: 0.7;
}
}

0 comments on commit b35173c

Please sign in to comment.