From a1f9f291987dcbc5994b7b4250dadf7fa9726bf3 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 4 Nov 2016 07:11:52 +0200 Subject: [PATCH] Changed info arrow colour --- v2/src/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/src/js/utils.js b/v2/src/js/utils.js index 1109571..146c585 100644 --- a/v2/src/js/utils.js +++ b/v2/src/js/utils.js @@ -22,7 +22,7 @@ define(() => { } info(msg) { - console.info(`%c[BD] %c>> %c${msg}`, 'color:#3e82e5; font-weight:700', 'color:blue; font-weight:700', '') + console.info(`%c[BD] %c>> %c${msg}`, 'color:#3e82e5; font-weight:700', 'color:#3e82e5; font-weight:700', '') } warn(msg) {