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,