From e21910547ab9756a2f33e170cbfb2c8d751438b5 Mon Sep 17 00:00:00 2001 From: UnEpicier Date: Fri, 16 Feb 2024 18:26:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Put=20back=20settings=20(Home)=20co?= =?UTF-8?q?mponent=20on=20opening=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home/styles.scss | 3 ++- src/contexts/gameState.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Home/styles.scss b/src/components/Home/styles.scss index 9840547..8754446 100644 --- a/src/components/Home/styles.scss +++ b/src/components/Home/styles.scss @@ -35,10 +35,11 @@ & > .select { padding: 2.5px 5px; - border: 1px solid #f39440; + border: 2px solid #f39440; border-radius: 5px; background-color: #ffdccb; font-size: 1rem; + font-weight: 400; color: #f39440; outline: none; cursor: pointer; diff --git a/src/contexts/gameState.ts b/src/contexts/gameState.ts index 59296c8..0e7cf7e 100644 --- a/src/contexts/gameState.ts +++ b/src/contexts/gameState.ts @@ -14,7 +14,7 @@ import { atom } from 'recoil'; export const gameStateAtom = atom({ key: 'gameState', default: { - status: 'board', + status: 'settings', difficulty: 'beginner', gridSize: 12, bombs: 0,