Skip to content

Commit

Permalink
Merge pull request #7430 from MetaMask/change-browser-action-badge-co…
Browse files Browse the repository at this point in the history
…lour

Update badge colour
  • Loading branch information
danfinlay authored Nov 14, 2019
2 parents f5cec3e + 5bce060 commit 64d7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function setupController (initState, initLangCode) {
label = String(count)
}
extension.browserAction.setBadgeText({ text: label })
extension.browserAction.setBadgeBackgroundColor({ color: '#506F8B' })
extension.browserAction.setBadgeBackgroundColor({ color: '#037DD6' })
}

return Promise.resolve()
Expand Down

0 comments on commit 64d7a95

Please sign in to comment.