remove storeColorWhenPlayerTurn from theme
This commit is contained in:
parent
1e1038074e
commit
86a9779d03
@ -5,7 +5,6 @@ const defaultTheme: Theme = {
|
|||||||
boardColor: "#4D606E",
|
boardColor: "#4D606E",
|
||||||
playerTurnColor: "#84b8a6",
|
playerTurnColor: "#84b8a6",
|
||||||
storeColor: "#3FBAC2",
|
storeColor: "#3FBAC2",
|
||||||
storeColorWhenPlayerTurn: "#6cab94",
|
|
||||||
holeColor: "#D3D4D8",
|
holeColor: "#D3D4D8",
|
||||||
pitSelectedColor: "#8837fa",
|
pitSelectedColor: "#8837fa",
|
||||||
ballColor: "#393E46",
|
ballColor: "#393E46",
|
||||||
|
|||||||
@ -3,7 +3,6 @@ export type Theme = {
|
|||||||
boardColor: string;
|
boardColor: string;
|
||||||
playerTurnColor: string;
|
playerTurnColor: string;
|
||||||
storeColor: string;
|
storeColor: string;
|
||||||
storeColorWhenPlayerTurn: string;
|
|
||||||
holeColor: string;
|
holeColor: string;
|
||||||
pitSelectedColor: string;
|
pitSelectedColor: string;
|
||||||
ballColor: string;
|
ballColor: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user