1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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:
Mark Stacey 2019-11-14 18:19:03 -04:00
parent f5cec3e6b7
commit 5bce060985

View File

@ -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()