From f94dfc2b0fbe74c9fc26b61ffb20b9e3720cea0d Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Sat, 19 Jun 2021 04:03:25 +0300 Subject: [PATCH] color change --- .../TorrentCache/snakeSettings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache/snakeSettings.js b/web/src/components/DialogTorrentDetailsContent/TorrentCache/snakeSettings.js index 9db95ac..d835122 100644 --- a/web/src/components/DialogTorrentDetailsContent/TorrentCache/snakeSettings.js +++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache/snakeSettings.js @@ -16,10 +16,10 @@ export const snakeSettings = { borderWidth: 2, pieceSize: 23, gapBetweenPieces: 6, - backgroundColor: '#dbf2e8', - borderColor: '#6cc196', + borderColor: '#4db380', completeColor: '#4db380', - progressColor: '#b3dfc9', + backgroundColor: '#dbf2e8', + progressColor: '#dbf2e8', }, }