From 71185b8e04fdc4bb3c87a847661307f6f3a5341d Mon Sep 17 00:00:00 2001 From: Corentin Hatte Date: Wed, 10 Mar 2021 20:17:05 +0100 Subject: [PATCH] =?UTF-8?q?M=C3=A0j=20couleur=20badge=20notif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Universal/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Universal/config.js b/Universal/config.js index 7712b45..bec093b 100644 --- a/Universal/config.js +++ b/Universal/config.js @@ -9,7 +9,7 @@ export const TOKEN = 'zds-notifier' export const HTTP_STATUS_LOGGED_OUT = 401 export const HTTP_STATUS_LOGGED_IN = 200 -export const BADGE_COLOR_DEFAULT = '#f8ab30' +export const BADGE_COLOR_DEFAULT = '#0d6791' export const BADGE_COLOR_ERROR = '#d90000' export const BADGE_COLOR_OK = '#65931a'