From 74acc0b564c4da6a7655c314e1dc676a1b7a76ba Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 16 Mar 2016 18:58:04 +0000 Subject: [PATCH] keep the existing colour scheme --- src/components/structures/MatrixChat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 6cb4433c1a..838dd1bc02 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -939,12 +939,12 @@ module.exports = React.createClass({ // This needs to be in in a try block as it will throw // if there are more than 100 badge count changes in // its internal queue - var bgColor = "#0d0", + var bgColor = "#d00", notif = notifCount; if(state === "ERROR") { notif = notif || "×"; - bgColor = "#d00"; + bgColor = "#f00"; } this.favicon.badge(notif, {