Skip to content

Commit

Permalink
ball background
Browse files Browse the repository at this point in the history
  • Loading branch information
LicaPenn committed Oct 31, 2024
1 parent fd0137d commit 3180d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bouncing_ball.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defs.append("marker")

let surface = svg.append("rect")
.classed("surface", true)
.attr("fill", "#cbeef9")
.attr("fill", "#ffffff")
.attr("x", margin)
.attr("y", margin)
.attr("width", width - 2 * margin)
Expand Down

0 comments on commit 3180d1d

Please sign in to comment.