Fix font color
Change font color to white for the "Flipped bit at position" text.
This commit is contained in:
parent
4b5586ec82
commit
47bf4eb49b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
Parity cells have colored borders. Each row and column should have an even number of black squares.
|
||||||
</p>
|
</p>
|
||||||
{flippedCell && (
|
{flippedCell && (
|
||||||
<p className="text-sm text-destructive">
|
<p className="text-sm text-white">
|
||||||
Flipped bit at position ({flippedCell.row + 1}, {flippedCell.col + 1})
|
Flipped bit at position ({flippedCell.row + 1}, {flippedCell.col + 1})
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue