We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc916d commit 1873891Copy full SHA for 1873891
1 file changed
frontend/app/tictactoe/page.tsx
@@ -307,7 +307,7 @@ export default function TicTacToe() {
307
308
if (!username) {
309
return (
310
- <div className="flex flex-col items-center justify-center min-h-screen bg-white text-black p-6">
+ <div className="flex flex-col items-center justify-center min-h-screen bg-white text-black dark:bg-black dark:text-white p-6">
311
<p>Loading...</p>
312
</div>
313
)
0 commit comments