color change

This commit is contained in:
Daniel Shleifman
2021-06-19 04:03:25 +03:00
parent 32043fab0f
commit f94dfc2b0f

View File

@@ -16,10 +16,10 @@ export const snakeSettings = {
borderWidth: 2, borderWidth: 2,
pieceSize: 23, pieceSize: 23,
gapBetweenPieces: 6, gapBetweenPieces: 6,
backgroundColor: '#dbf2e8', borderColor: '#4db380',
borderColor: '#6cc196',
completeColor: '#4db380', completeColor: '#4db380',
progressColor: '#b3dfc9', backgroundColor: '#dbf2e8',
progressColor: '#dbf2e8',
}, },
} }