mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Merge pull request #7430 from MetaMask/change-browser-action-badge-colour
Update badge colour
This commit is contained in:
commit
64d7a95dff
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user