Skip to content

Commit 97c06f5

Browse files
💄 调整Badge颜色为灰色
* 💄 调整Badge颜色 * 💄 调整Badge颜色为灰色
1 parent dabe7f3 commit 97c06f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/background/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export default class Runtime extends Manager {
500500
}
501501
);
502502
chrome.browserAction.setBadgeBackgroundColor({
503-
color: "#4594d5",
503+
color: "#4e5969",
504504
tabId: sender.tabId,
505505
});
506506
});

0 commit comments

Comments
 (0)