From d336768c15fa5a1cbe5a4a051e749d00aa31be60 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Jan 2021 17:06:37 +0100 Subject: zoekbalk + navbar icoon grootte --- src/pages/game.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pages') 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() { -- cgit v1.2.3