4 Commits

Author SHA1 Message Date
Moon Patel 8b452124ff Revert "improved chess board css"
This reverts commit 6a11378b44.
2023-10-23 02:52:10 +05:30
Moon Patel 6a11378b44 improved chess board css 2023-10-23 02:52:00 +05:30
Dharmendra Singh Chaudhary 4b5d0d20df Improved UI of player[computer] name. #25 (#26)
* Improve UI of player[computer] name. #25

* replacing computer icon in place of computer text
2023-10-22 22:10:18 +05:30
Moon Patel 20627e0c98 Merge pull request #22 from moonpatel/refactoring
refactored reducer function in chess-game-context.sx
2023-10-20 17:04:18 +05:30
@@ -76,9 +76,11 @@ const ChessGameComputer = () => {
style={{ width: "500px" }}
p="2px"
// label={isWaiting ? "Waiting for opponent..." : opponent}
icon={<Avatar radius="3px" >
Computer
</Avatar>}
// icon={<Avatar radius="3px" style={{ minWidth: "4.374rem" }} >
// Computer
// </Avatar>}
icon = { <img src="https://www.chess.com/bundles/web/images/color-icons/computer.2318c3b4.svg" alt="computer-icon" style={{height:"38px" , width:"38px" ,borderRadius:"3px"}} /> }
description={"description"}
/>
</div>