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