From 47bf4eb49bd903a128801ae01d21d45e5237ec69 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:47:12 +0000 Subject: [PATCH] Fix font color Change font color to white for the "Flipped bit at position" text. --- src/components/ParityBitsGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ParityBitsGame.tsx b/src/components/ParityBitsGame.tsx index 6ccb53b..f7f8b41 100644 --- a/src/components/ParityBitsGame.tsx +++ b/src/components/ParityBitsGame.tsx @@ -413,7 +413,7 @@ const ParityBitsGame = ({ showSocialShare = true }: ParityBitsGameProps) => { Parity cells have colored borders. Each row and column should have an even number of black squares.

{flippedCell && ( -

+

Flipped bit at position ({flippedCell.row + 1}, {flippedCell.col + 1})

)}