Tweaked badge background color

This commit is contained in:
Said Achmiz 2019-02-04 16:23:24 -05:00
parent d5812ec367
commit a31e72b5a9
2 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
});
chrome.browserAction.setBadgeBackgroundColor({
color: "#666"
color: "#0071b3"
});

View File

@ -27,5 +27,5 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
});
chrome.browserAction.setBadgeBackgroundColor({
color: "#666"
color: "#0071b3"
});