Skip to content

Commit

Permalink
Visual
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Nov 4, 2024
1 parent 8ce115e commit a067ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export const App: Component = () => {
}
if (piece.position.y === ghost.position.y) return

drawPiece(ghost, { stroke: config.visual.colors[piece.pieceId + 3], lineWidth: 2 })
drawPiece(ghost, { stroke: config.visual.colors[piece.pieceId + 3] })
}

const insertPiece = (board: Board, piece: ActivePiece): void => {
Expand Down

0 comments on commit a067ba0

Please sign in to comment.