From ba8abda8f986e3913196a8b81ef6a75c476bb102 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sun, 3 Jan 2016 19:31:58 +0100 Subject: [PATCH] Fix DeepPurple color --- lib/MKColor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MKColor.js b/lib/MKColor.js index 87e856d7..bdb36df9 100644 --- a/lib/MKColor.js +++ b/lib/MKColor.js @@ -7,7 +7,7 @@ module.exports = { Red: '#FF5252', Pink: '#FF4081', Purple: '#9C27B0', - DeepPurple: '#67AB7', + DeepPurple: '#673AB7', Indigo: '#3F51B5', Blue: '#2196F3', LightBlue: '#03A9F4',