aboutsummaryrefslogtreecommitdiff
path: root/src/pages/game.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/game.tsx')
-rw-r--r--src/pages/game.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/game.tsx b/src/pages/game.tsx
index 1725d09..f3feb89 100644
--- a/src/pages/game.tsx
+++ b/src/pages/game.tsx
@@ -32,7 +32,8 @@ var InviteButtonLabelStyle: CSSProperties = {
textAlign: "center",
color: "var(--text-alt)",
width: 136,
- fontSize: 20
+ fontSize: 20,
+ userSelect: "none"
}
export default function GamePage() {