remove storeColorWhenPlayerTurn from theme

This commit is contained in:
Halit Aksoy 2022-06-04 14:52:29 +03:00
parent 1e1038074e
commit 86a9779d03
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ const defaultTheme: Theme = {
boardColor: "#4D606E",
playerTurnColor: "#84b8a6",
storeColor: "#3FBAC2",
storeColorWhenPlayerTurn: "#6cab94",
holeColor: "#D3D4D8",
pitSelectedColor: "#8837fa",
ballColor: "#393E46",

View File

@ -3,7 +3,6 @@ export type Theme = {
boardColor: string;
playerTurnColor: string;
storeColor: string;
storeColorWhenPlayerTurn: string;
holeColor: string;
pitSelectedColor: string;
ballColor: string;