diff --git a/src/Home.tsx b/src/Home.tsx index 922466c..41ac6d7 100644 --- a/src/Home.tsx +++ b/src/Home.tsx @@ -139,7 +139,7 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => { } const renderNewGameButton = () => { - const newGame = + const newGame = if (userKeyWhoLeave) { return newGame } @@ -166,11 +166,12 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => { position: "absolute", bottom: "0px", left: "0px", - padding: "15px 15px 5px 5px", + padding: "15px ", borderTopRightRadius: "1vw", minWidth: "10vw", minHeight: "1vw", - background: "grey" + background: "#2F2504", + color : "white", }}> {connectionStateText()} } @@ -186,7 +187,7 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => {