We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0cac0 commit e9b4e8fCopy full SHA for e9b4e8f
1 file changed
src/ps/games/battleship/render.tsx
@@ -131,7 +131,7 @@ function ShipGrid({
131
);
132
};
133
134
- return <Table board={ships} labels={{ row: 'A-Z', col: '1-9' }} Cell={Cell} style={{ fontSize: '0.8em' }} />;
+ return <Table board={ships} labels={{ row: 'A-Z', col: '1-9' }} Cell={Cell} style={{ fontSize: '0.8em', color: 'white' }} />;
135
}
136
137
function ShipInput({ msg, filled }: { msg: string; filled?: string[] | null }): ReactElement {
0 commit comments