Skip to content

Commit 8f28e82

Browse files
committed
Changed color text for badge
1 parent a80da88 commit 8f28e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function mainTRacker(activeUrl, tab, activeTab) {
7676
tab.incSummaryTime();
7777
}
7878
if (setting_view_in_badge === true) {
79-
chrome.browserAction.setBadgeBackgroundColor({ color: [0, 0, 0, 0] })
79+
chrome.browserAction.setBadgeBackgroundColor({ color: '#1aa1434d' })
8080
var today = new Date().toLocaleDateString("en-US");
8181
var summary = tab.days.find(s => s.date === today).summary;
8282
chrome.browserAction.setBadgeText({

0 commit comments

Comments
 (0)