From 39d4e138a94eed6c5b7a802c45ad4da56301d7a8 Mon Sep 17 00:00:00 2001 From: jhalitaksoy Date: Sun, 4 Jul 2021 01:35:08 +0300 Subject: [PATCH] button color changes --- src/Home.tsx | 9 +++++---- src/components/Button.tsx | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) 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 =