mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Actual icon color is #FFCC00, not #FC0
This commit is contained in:
parent
8bef11a871
commit
bb462e6e5d
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ if ( webext.browserAction instanceof Object ) {
|
|||
});
|
||||
browserAction.setBadgeText({ text });
|
||||
browserAction.setBadgeBackgroundColor({
|
||||
color: text === '!' ? '#FC0' : '#666'
|
||||
color: text === '!' ? '#FFCC00' : '#666'
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue