From 8450519fbd2e039f7858ea68df7286a1b83a595d Mon Sep 17 00:00:00 2001 From: Xu-Andrew Date: Sun, 15 May 2022 15:59:17 -0400 Subject: [PATCH] fix(chessboard): fix black queen and rook svg add missing # sign in svg fill color values for the black queen and rook. previously, the black queen and rooks could become transparent when capturing or being rendered. https://github.com/willb335/chessboardjsx/issues/71 --- src/Chessboard/svg/chesspieces/standard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Chessboard/svg/chesspieces/standard.js b/src/Chessboard/svg/chesspieces/standard.js index 5656364..e5f6ac1 100644 --- a/src/Chessboard/svg/chesspieces/standard.js +++ b/src/Chessboard/svg/chesspieces/standard.js @@ -359,7 +359,7 @@ export default {