mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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)
|
label = String(count)
|
||||||
}
|
}
|
||||||
extension.browserAction.setBadgeText({ text: label })
|
extension.browserAction.setBadgeText({ text: label })
|
||||||
extension.browserAction.setBadgeBackgroundColor({ color: '#506F8B' })
|
extension.browserAction.setBadgeBackgroundColor({ color: '#037DD6' })
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.resolve()
|
return Promise.resolve()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user