mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
Update badge colour
The badge colour is now '#037DD6', which stands out a bit more on both light and dark modes.
This commit is contained in:
parent
f5cec3e6b7
commit
5bce060985
@ -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