mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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)
|
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