Skip to content

Commit

Permalink
Fix extension icon line
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay authored May 5, 2024
1 parent 0ed709e commit 85b7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch3/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class LineView {
draw(_iconStyle, parent) {
const category = parent.info.category
return SVG.el("line", {
class: `sb3-${category}-line`,
class: `sb3-${category}`,
"stroke-linecap": "round",
x1: 0,
y1: 0,
Expand Down

0 comments on commit 85b7305

Please sign in to comment.