From 45ee67e4d87c1f4cb14f2a96279636718139a145 Mon Sep 17 00:00:00 2001
From: mashazyu <mariya.z@gmail.com>
Date: Fri, 22 Nov 2019 16:15:45 +0100
Subject: [PATCH] Fix bug - not showing maximum value of mucus in chart

---
 components/chart/styles.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/chart/styles.js b/components/chart/styles.js
index 5580af01..450b4081 100644
--- a/components/chart/styles.js
+++ b/components/chart/styles.js
@@ -12,8 +12,8 @@ const gridLineWidthHorizontal = 0.3
 const numberLabelFontSize = 13
 
 const redColor = '#c3000d'
-const violetColor = '#7689a9'
-const shadesOfViolet = ['#e3e7ed', '#c8cfdc', '#acb8cb', '#91a0ba', violetColor] // light to dark
+const violetColor = '#6a7b98'
+const shadesOfViolet = ['#e3e7ed', '#c8cfdc', '#acb8cb', '#91a0ba', '#7689a9', violetColor] // light to dark
 const yellowColor = '#dbb40c'
 const shadesOfYellow = ['#f0e19d', '#e9d26d', '#e2c33c', yellowColor] // light to dark
 const magentaColor = '#6f2565'
-- 
GitLab