willb335 / chessboardjsx

:black_square_button: Chessboard built for React
https://chessboardjsx.com
MIT License
267 stars 79 forks source link

fix(chessboard): fix black queen and rook svg #75

Open Xu-Andrew opened 2 years ago

Xu-Andrew commented 2 years ago

Although this repo is unmaintained, this fix is for the issue where black queen and rooks could become transparent when capturing or being rendered. Putting up this PR in case someone else needs this and finds it useful.

Added missing # sign in svg fill color values for the black queen and rook.

https://github.com/willb335/chessboardjsx/issues/71