Skip to content

Commit

Permalink
💄 调整Badge颜色为灰色
Browse files Browse the repository at this point in the history
* 💄 调整Badge颜色

* 💄 调整Badge颜色为灰色
  • Loading branch information
WindrunnerMax committed Oct 16, 2023
1 parent dabe7f3 commit 97c06f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/background/runtime.ts
Expand Up @@ -500,7 +500,7 @@ export default class Runtime extends Manager {
}
);
chrome.browserAction.setBadgeBackgroundColor({
color: "#4594d5",
color: "#4e5969",
tabId: sender.tabId,
});
});
Expand Down

0 comments on commit 97c06f5

Please sign in to comment.