slightly better buttons
This commit is contained in:
@@ -22,6 +22,8 @@ export default function GamePage() {
|
||||
cards: [],
|
||||
});
|
||||
|
||||
const isDM = !!dmID;
|
||||
|
||||
useEffect(() => {
|
||||
if (gameIDParam) {
|
||||
setGameID(Array.isArray(gameIDParam) ? gameIDParam[0] : gameIDParam);
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function Home() {
|
||||
<main className="min-h-screen flex items-center justify-center bg-[url('/img/table3.png')] bg-cover bg-center">
|
||||
<button
|
||||
onClick={handleCreateGame}
|
||||
className="bg-blue-600 text-white text-lg px-6 py-3 rounded-xl shadow hover:bg-blue-700 transition"
|
||||
className="bg-gray-800 hover:bg-gray-700 text-white text-lg px-6 py-3 rounded-xl shadow transition cursor-pointer"
|
||||
>
|
||||
Create New Game
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user