From 62953a1fa25c33865602fbcb6ce00fb47f6de1a3 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 25 Nov 2019 23:30:29 +0100 Subject: [PATCH] :art: (Colors) Change green color --- src/data/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/colors.ts b/src/data/colors.ts index 4449194..7a83a3a 100644 --- a/src/data/colors.ts +++ b/src/data/colors.ts @@ -40,7 +40,7 @@ export default [ }, { label: 'Vert Brasil', - value: '#009c3b' + value: '#008c35' }, { label: 'Jaune Brasil',