This commit is contained in:
Daniel Shleifman
2021-06-21 00:38:58 +03:00
parent 033aa3153f
commit 57cbac38c9
5 changed files with 17 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { themeColors } from 'style/colors'
import { mainColors } from 'style/colors'
export const snakeSettings = {
default: {
@@ -6,7 +6,7 @@ export const snakeSettings = {
pieceSize: 14,
gapBetweenPieces: 3,
borderColor: '#dbf2e8',
completeColor: themeColors.primary,
completeColor: mainColors.primary,
backgroundColor: '#fff',
progressColor: '#b3dfc9',
readerColor: '#000',