Skip to content

Commit

Permalink
Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Apr 29, 2024
1 parent 47162f1 commit 93db39e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion player/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ import { SongPlayerLayout } from "./Layout";
y: 0,
width: kw,
height: kh,
stroke: "rgba(0, 0, 0, 0.5",
stroke: "rgba(0, 0, 0, 0.5)",
"stroke-width": 2,
"original-fill": color,
fill: color,
Expand Down
2 changes: 1 addition & 1 deletion website/player/beepbox_player.js
Original file line number Diff line number Diff line change
Expand Up @@ -30229,7 +30229,7 @@ var beepbox = (function (exports) {
y: 0,
width: kw,
height: kh,
stroke: "rgba(0, 0, 0, 0.5",
stroke: "rgba(0, 0, 0, 0.5)",
"stroke-width": 2,
"original-fill": color,
fill: color,
Expand Down
2 changes: 1 addition & 1 deletion website/player/beepbox_player.min.js

Large diffs are not rendered by default.

0 comments on commit 93db39e

Please sign in to comment.